Loading target/product/generic_system.mk +0 −4 Original line number Diff line number Diff line Loading @@ -104,10 +104,6 @@ PRODUCT_PACKAGES += \ 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 \ Loading target/product/gsi/Android.mk +3 −1 Original line number Diff line number Diff line Loading @@ -230,7 +230,9 @@ LOCAL_NOTICE_FILE := build/soong/licenses/LICENSE # Filter LLNDK libs moved to APEX to avoid pulling them into /system/LIB LOCAL_REQUIRED_MODULES := \ $(filter-out $(LLNDK_MOVED_TO_APEX_LIBRARIES),$(LLNDK_LIBRARIES)) $(filter-out $(LLNDK_MOVED_TO_APEX_LIBRARIES),$(LLNDK_LIBRARIES)) \ llndk.libraries.txt include $(BUILD_PHONY_PACKAGE) Loading Loading
target/product/generic_system.mk +0 −4 Original line number Diff line number Diff line Loading @@ -104,10 +104,6 @@ PRODUCT_PACKAGES += \ 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 \ Loading
target/product/gsi/Android.mk +3 −1 Original line number Diff line number Diff line Loading @@ -230,7 +230,9 @@ LOCAL_NOTICE_FILE := build/soong/licenses/LICENSE # Filter LLNDK libs moved to APEX to avoid pulling them into /system/LIB LOCAL_REQUIRED_MODULES := \ $(filter-out $(LLNDK_MOVED_TO_APEX_LIBRARIES),$(LLNDK_LIBRARIES)) $(filter-out $(LLNDK_MOVED_TO_APEX_LIBRARIES),$(LLNDK_LIBRARIES)) \ llndk.libraries.txt include $(BUILD_PHONY_PACKAGE) Loading