From c2a5e48d82e639e7f118d0e6dbbb4673365562f4 Mon Sep 17 00:00:00 2001 From: Anton Hansson Date: Thu, 15 Aug 2019 12:33:03 +0100 Subject: [PATCH] Cleanup aosp_product whitelist These files are build by mainline_system now. Bug: 138280590 Test: lunch aosp_arm64; m nothing Change-Id: Icff82e94c538d4e35ca5e73d04b6f02d6731df4c --- target/product/aosp_product.mk | 2 -- 1 file changed, 2 deletions(-) diff --git a/target/product/aosp_product.mk b/target/product/aosp_product.mk index fa5677998..cda977b31 100644 --- a/target/product/aosp_product.mk +++ b/target/product/aosp_product.mk @@ -29,8 +29,6 @@ PRODUCT_ARTIFACT_PATH_REQUIREMENT_WHITELIST += \ system/app/WAPPushManager/oat/% \ system/bin/healthd \ system/etc/init/healthd.rc \ - system/etc/seccomp_policy/crash_dump.%.policy \ - system/etc/seccomp_policy/mediacodec.policy \ system/etc/vintf/manifest/manifest_healthd.xml \ system/lib/libframesequence.so \ system/lib/libgiftranscode.so \