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

Commit a329e3b8 authored by Kiyoung Kim's avatar Kiyoung Kim
Browse files

Install llndk.libraries.txt when VNDK is deprecated

llndk.libraries.txt is currently installed within VNDK APEX, while all
libraries are placed in system image, and list is still valid when VNDK
is deprecated. This change adds llndk.libraries.txt into the system
image, when VNDK is deprecated.

Bug: 290160925
Test: aosp_cf build succeeded with llndk.libraries.txt in the system
image

Change-Id: I3d5d22dbbc870a59c03fd2e3d0fad54c93f8751e
parent 1afb7ffe
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -102,6 +102,11 @@ PRODUCT_PACKAGES += \
    libaudiopolicyengineconfigurable \
    libpolicy-subsystem


ifneq ($(KEEP_VNDK),true)
PRODUCT_PACKAGES += llndk.libraries.txt
endif

# Include all zygote init scripts. "ro.zygote" will select one of them.
PRODUCT_COPY_FILES += \
    system/core/rootdir/init.zygote32.rc:system/etc/init/hw/init.zygote32.rc \