From cbd421fd0e00d16592b13cfca5ec840be360465f Mon Sep 17 00:00:00 2001 From: SzuWei Lin Date: Mon, 19 Jun 2017 15:50:49 +0800 Subject: [PATCH] Remove unnecessary items in treble_common.mk Bug: 62360563 Test: Build and check files are still exist in system image Change-Id: Ie787969d072c5b89d377a2c0b01706764185d6a5 --- target/product/treble_common.mk | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/target/product/treble_common.mk b/target/product/treble_common.mk index 0405abb366..5479c45936 100644 --- a/target/product/treble_common.mk +++ b/target/product/treble_common.mk @@ -166,7 +166,7 @@ PRODUCT_PACKAGES += \ PRODUCT_PACKAGES += \ vndk-sp \ -# LL-VNDK: +# LL-NDK: PRODUCT_PACKAGES += \ libandroid_net \ libc \ @@ -205,8 +205,3 @@ PRODUCT_COPY_FILES += \ frameworks/av/services/audiopolicy/config/r_submix_audio_policy_configuration.xml:system/etc/r_submix_audio_policy_configuration.xml \ frameworks/av/services/audiopolicy/config/audio_policy_volumes.xml:system/etc/audio_policy_volumes.xml \ frameworks/av/services/audiopolicy/config/default_volume_tables.xml:system/etc/default_volume_tables.xml \ - -# May need to review why the followings are needed in generic system image. -PRODUCT_COPY_FILES += \ - device/generic/goldfish/data/etc/apns-conf.xml:system/etc/apns-conf.xml -