Merge "Install llndk.libraries.txt when VNDK is deprecated" into main

This commit is contained in:
Treehugger Robot
2023-08-18 15:24:37 +00:00
committed by Gerrit Code Review

View File

@@ -102,6 +102,11 @@ PRODUCT_PACKAGES += \
libaudiopolicyengineconfigurable \ libaudiopolicyengineconfigurable \
libpolicy-subsystem libpolicy-subsystem
ifneq ($(KEEP_VNDK),true)
PRODUCT_PACKAGES += llndk.libraries.txt
endif
# Include all zygote init scripts. "ro.zygote" will select one of them. # Include all zygote init scripts. "ro.zygote" will select one of them.
PRODUCT_COPY_FILES += \ PRODUCT_COPY_FILES += \
system/core/rootdir/init.zygote32.rc:system/etc/init/hw/init.zygote32.rc \ system/core/rootdir/init.zygote32.rc:system/etc/init/hw/init.zygote32.rc \