Loading target/product/generic_system.mk +6 −0 Original line number Diff line number Diff line Loading @@ -103,6 +103,12 @@ PRODUCT_PACKAGES += \ libaudiopolicyengineconfigurable \ libpolicy-subsystem # Add all of the packages used to support older/upgrading devices # These can be removed as we drop support for the older API levels PRODUCT_PACKAGES += \ $(PRODUCT_PACKAGES_SHIPPING_API_LEVEL_29) \ $(PRODUCT_PACKAGES_SHIPPING_API_LEVEL_33) \ $(PRODUCT_PACKAGES_SHIPPING_API_LEVEL_34) # Include all zygote init scripts. "ro.zygote" will select one of them. PRODUCT_COPY_FILES += \ Loading Loading
target/product/generic_system.mk +6 −0 Original line number Diff line number Diff line Loading @@ -103,6 +103,12 @@ PRODUCT_PACKAGES += \ libaudiopolicyengineconfigurable \ libpolicy-subsystem # Add all of the packages used to support older/upgrading devices # These can be removed as we drop support for the older API levels PRODUCT_PACKAGES += \ $(PRODUCT_PACKAGES_SHIPPING_API_LEVEL_29) \ $(PRODUCT_PACKAGES_SHIPPING_API_LEVEL_33) \ $(PRODUCT_PACKAGES_SHIPPING_API_LEVEL_34) # Include all zygote init scripts. "ro.zygote" will select one of them. PRODUCT_COPY_FILES += \ Loading