Add ld.config.txt to rootdir/etc
This file is used by linker to create custom namespace configuration for binaries. Bug: http://b/30706810 Test: m Change-Id: Ifc4e43ed51c6906c75a7f0d9f00a816b5e16c4d8
This commit is contained in:
parent
f32107fbb2
commit
d994a73989
|
@ -125,6 +125,9 @@ 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