commit | 71fc41df1eea345949e8e838b573ac367a52f9c7 | [log] [tgz] |
---|---|---|
author | Brian Carlstrom <bdc@google.com> | Thu Sep 12 00:22:42 2013 -0700 |
committer | Brian Carlstrom <bdc@google.com> | Thu Sep 19 15:07:28 2013 -0700 |
tree | dd48997781faf78705699d57570d647fc4c82d2b | |
parent | 24cffbac65dfc1dd17f45dc008abc36140c81032 [diff] [blame] |
Enable art for user builds Bug: 10069754 Change-Id: Iaaff33a97bd7b68b2e8d84cd0034b15dde8a4316
diff --git a/core/package.mk b/core/package.mk index fd72cce..551028c 100644 --- a/core/package.mk +++ b/core/package.mk
@@ -153,7 +153,7 @@ ifeq (,$(LOCAL_APK_LIBRARIES)) ifneq (,$(LOCAL_SRC_FILES)) ifndef LOCAL_DEX_PREOPT -LOCAL_DEX_PREOPT := true +LOCAL_DEX_PREOPT := $(DEX_PREOPT_DEFAULT) endif endif endif