Loading target/product/base.mk +3 −3 Original line number Diff line number Diff line Loading @@ -151,16 +151,16 @@ PRODUCT_PACKAGES_DEBUG := \ sqlite3 PRODUCT_COPY_FILES := $(call add-to-product-copy-files-if-exists,\ frameworks/base/preloaded-classes:system/etc/preloaded-classes) frameworks/base/config/preloaded-classes:system/etc/preloaded-classes) # Note: it is acceptable to not have a compiled-classes file. In that case, all boot classpath # classes will be compiled. PRODUCT_COPY_FILES += $(call add-to-product-copy-files-if-exists,\ frameworks/base/compiled-classes:system/etc/compiled-classes) frameworks/base/config/compiled-classes:system/etc/compiled-classes) # Note: it is acceptable to not have a dirty-image-objects file. In that case, the special bin # for known dirty objects in the image will be empty. PRODUCT_COPY_FILES += $(call add-to-product-copy-files-if-exists,\ frameworks/base/dirty-image-objects:system/etc/dirty-image-objects) frameworks/base/config/dirty-image-objects:system/etc/dirty-image-objects) $(call inherit-product, $(SRC_TARGET_DIR)/product/embedded.mk) target/product/core_minimal.mk +1 −1 Original line number Diff line number Diff line Loading @@ -148,7 +148,7 @@ PRODUCT_COPY_FILES += \ # Enable boot.oat filtering of compiled classes to reduce boot.oat size. b/28026683 PRODUCT_COPY_FILES += $(call add-to-product-copy-files-if-exists,\ frameworks/base/compiled-classes-phone:system/etc/compiled-classes) frameworks/base/config/compiled-classes-phone:system/etc/compiled-classes) # Enable dirty image object binning to reduce dirty pages in the image. PRODUCT_COPY_FILES += $(call add-to-product-copy-files-if-exists,\ Loading Loading
target/product/base.mk +3 −3 Original line number Diff line number Diff line Loading @@ -151,16 +151,16 @@ PRODUCT_PACKAGES_DEBUG := \ sqlite3 PRODUCT_COPY_FILES := $(call add-to-product-copy-files-if-exists,\ frameworks/base/preloaded-classes:system/etc/preloaded-classes) frameworks/base/config/preloaded-classes:system/etc/preloaded-classes) # Note: it is acceptable to not have a compiled-classes file. In that case, all boot classpath # classes will be compiled. PRODUCT_COPY_FILES += $(call add-to-product-copy-files-if-exists,\ frameworks/base/compiled-classes:system/etc/compiled-classes) frameworks/base/config/compiled-classes:system/etc/compiled-classes) # Note: it is acceptable to not have a dirty-image-objects file. In that case, the special bin # for known dirty objects in the image will be empty. PRODUCT_COPY_FILES += $(call add-to-product-copy-files-if-exists,\ frameworks/base/dirty-image-objects:system/etc/dirty-image-objects) frameworks/base/config/dirty-image-objects:system/etc/dirty-image-objects) $(call inherit-product, $(SRC_TARGET_DIR)/product/embedded.mk)
target/product/core_minimal.mk +1 −1 Original line number Diff line number Diff line Loading @@ -148,7 +148,7 @@ PRODUCT_COPY_FILES += \ # Enable boot.oat filtering of compiled classes to reduce boot.oat size. b/28026683 PRODUCT_COPY_FILES += $(call add-to-product-copy-files-if-exists,\ frameworks/base/compiled-classes-phone:system/etc/compiled-classes) frameworks/base/config/compiled-classes-phone:system/etc/compiled-classes) # Enable dirty image object binning to reduce dirty pages in the image. PRODUCT_COPY_FILES += $(call add-to-product-copy-files-if-exists,\ Loading