Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 93cae685 authored by Jiyong Park's avatar Jiyong Park
Browse files

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
parent 56436893
Loading
Loading
Loading
Loading
+1 −3
Original line number Diff line number Diff line
@@ -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))