diff options
author | Brian Carlstrom <bdc@google.com> | 2013-09-12 00:22:42 -0700 |
---|---|---|
committer | Brian Carlstrom <bdc@google.com> | 2013-09-19 15:07:28 -0700 |
commit | 71fc41df1eea345949e8e838b573ac367a52f9c7 (patch) | |
tree | dd48997781faf78705699d57570d647fc4c82d2b /target/product/core_minimal.mk | |
parent | 24cffbac65dfc1dd17f45dc008abc36140c81032 (diff) | |
download | build-71fc41df1eea345949e8e838b573ac367a52f9c7.zip build-71fc41df1eea345949e8e838b573ac367a52f9c7.tar.gz build-71fc41df1eea345949e8e838b573ac367a52f9c7.tar.bz2 |
Enable art for user builds
Bug: 10069754
Change-Id: Iaaff33a97bd7b68b2e8d84cd0034b15dde8a4316
Diffstat (limited to 'target/product/core_minimal.mk')
-rw-r--r-- | target/product/core_minimal.mk | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/target/product/core_minimal.mk b/target/product/core_minimal.mk index 1915e3c..02cc815 100644 --- a/target/product/core_minimal.mk +++ b/target/product/core_minimal.mk @@ -59,8 +59,6 @@ PRODUCT_PACKAGES += \ PRODUCT_BOOT_JARS := core:conscrypt:okhttp:core-junit:bouncycastle:ext:framework:framework2:android.policy:services:apache-xml:webviewchromium PRODUCT_RUNTIMES := runtime_libdvm_default -ifneq (,$(filter userdebug eng, $(TARGET_BUILD_VARIANT))) - PRODUCT_RUNTIMES += runtime_libart -endif +PRODUCT_RUNTIMES += runtime_libart $(call inherit-product, $(SRC_TARGET_DIR)/product/base.mk) |