forked from openkylin/platform_build
Change ld.config.txt to a module
ld.config.txt is changed to a module. So, installing it via PRODUCT_PACKAGES intead of PRODUCT_COPY_FILES. Bug: 37138083 Test: sailfish boots Change-Id: I8689b7c090901d4f157c5da8a67326c97373ed29
This commit is contained in:
parent
5643689385
commit
93cae68532
|
@ -59,6 +59,7 @@ PRODUCT_PACKAGES += \
|
|||
gatekeeperd \
|
||||
keystore \
|
||||
keystore.default \
|
||||
ld.config.txt \
|
||||
ld.mc \
|
||||
libaaudio \
|
||||
libOpenMAXAL \
|
||||
|
@ -132,9 +133,6 @@ PRODUCT_COPY_FILES += \
|
|||
PRODUCT_COPY_FILES += \
|
||||
system/core/rootdir/etc/public.libraries.android.txt:system/etc/public.libraries.txt
|
||||
|
||||
PRODUCT_COPY_FILES += \
|
||||
system/core/rootdir/etc/ld.config.txt:system/etc/ld.config.txt
|
||||
|
||||
# Different dexopt types for different package update/install times.
|
||||
# On eng builds, make "boot" reasons do pure JIT for faster turnaround.
|
||||
ifeq (eng,$(TARGET_BUILD_VARIANT))
|
||||
|
|
Loading…
Reference in New Issue