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

Commit c895a8a8 authored by Treehugger Robot's avatar Treehugger Robot Committed by Gerrit Code Review
Browse files

Merge "Split out minimal ART dexpreopt config and use it in mainline builds."

parents 865fd0c0 897fe0e8
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -14,5 +14,5 @@
# limitations under the License.
# limitations under the License.
#
#


$(call inherit-product, build/make/target/product/bootclasspath.mk)
$(call inherit-product, build/make/target/product/default_art_config.mk)
$(call inherit-product, build/make/target/product/languages_default.mk)
$(call inherit-product, build/make/target/product/languages_default.mk)
+1 −1
Original line number Original line Diff line number Diff line
@@ -14,6 +14,6 @@
# limitations under the License.
# limitations under the License.
#
#


$(call inherit-product, build/make/target/product/bootclasspath.mk)
$(call inherit-product, build/make/target/product/default_art_config.mk)
$(call inherit-product, build/make/target/product/core_64_bit.mk)
$(call inherit-product, build/make/target/product/core_64_bit.mk)
$(call inherit-product, build/make/target/product/languages_default.mk)
$(call inherit-product, build/make/target/product/languages_default.mk)
+1 −1
Original line number Original line Diff line number Diff line
@@ -14,5 +14,5 @@
# limitations under the License.
# limitations under the License.
#
#


$(call inherit-product, build/make/target/product/bootclasspath.mk)
$(call inherit-product, build/make/target/product/default_art_config.mk)
$(call inherit-product, build/make/target/product/languages_default.mk)
$(call inherit-product, build/make/target/product/languages_default.mk)
+1 −1
Original line number Original line Diff line number Diff line
@@ -14,6 +14,6 @@
# limitations under the License.
# limitations under the License.
#
#


$(call inherit-product, build/make/target/product/bootclasspath.mk)
$(call inherit-product, build/make/target/product/default_art_config.mk)
$(call inherit-product, build/make/target/product/core_64_bit.mk)
$(call inherit-product, build/make/target/product/core_64_bit.mk)
$(call inherit-product, build/make/target/product/languages_default.mk)
$(call inherit-product, build/make/target/product/languages_default.mk)
+0 −1
Original line number Original line Diff line number Diff line
@@ -400,5 +400,4 @@ PRODUCT_COPY_FILES += $(call add-to-product-copy-files-if-exists,\
PRODUCT_COPY_FILES += $(call add-to-product-copy-files-if-exists,\
PRODUCT_COPY_FILES += $(call add-to-product-copy-files-if-exists,\
    frameworks/base/config/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/bootclasspath.mk)
$(call inherit-product, $(SRC_TARGET_DIR)/product/runtime_libart.mk)
$(call inherit-product, $(SRC_TARGET_DIR)/product/runtime_libart.mk)
Loading