forked from openkylin/platform_build
Merge "Remove unnecessary items in treble_common.mk" into oc-dr1-dev
am: c7232cc5d5
Change-Id: I5e4f45335343b7e63db587ad6f9bfaa5c5eabad1
This commit is contained in:
commit
8e51a42f90
|
@ -166,7 +166,7 @@ PRODUCT_PACKAGES += \
|
||||||
PRODUCT_PACKAGES += \
|
PRODUCT_PACKAGES += \
|
||||||
vndk-sp \
|
vndk-sp \
|
||||||
|
|
||||||
# LL-VNDK:
|
# LL-NDK:
|
||||||
PRODUCT_PACKAGES += \
|
PRODUCT_PACKAGES += \
|
||||||
libandroid_net \
|
libandroid_net \
|
||||||
libc \
|
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/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/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 \
|
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
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue