summaryrefslogtreecommitdiffstats
path: root/build/Android.oat.mk
diff options
context:
space:
mode:
authorNicolas Geoffray <ngeoffray@google.com>2014-11-03 14:39:21 +0000
committerNicolas Geoffray <ngeoffray@google.com>2014-11-03 14:39:21 +0000
commit08d5e282d41b52c3dc997eb682e03965e6f7ed56 (patch)
tree2f33ed28397a77d964cfde3d1c38c82131c15c29 /build/Android.oat.mk
parent17231d03bddaca260d8988d1007bb39c02383601 (diff)
downloadandroid_art-08d5e282d41b52c3dc997eb682e03965e6f7ed56.tar.gz
android_art-08d5e282d41b52c3dc997eb682e03965e6f7ed56.tar.bz2
android_art-08d5e282d41b52c3dc997eb682e03965e6f7ed56.zip
Add missing $() when testing TARGET_ARCH.
Change-Id: I02a25022d144ad2a502278755ff286278109a830
Diffstat (limited to 'build/Android.oat.mk')
-rw-r--r--build/Android.oat.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/build/Android.oat.mk b/build/Android.oat.mk
index 6ceb1f9c17..4762e4dba7 100644
--- a/build/Android.oat.mk
+++ b/build/Android.oat.mk
@@ -131,7 +131,7 @@ define create-core-oat-target-rules
core_dex2oat_dependency := $(DEX2OAT_DEPENDENCY)
ifeq ($(1),optimizing)
- ifeq ($(3)TARGET_ARCH,arm64)
+ ifeq ($($(3)TARGET_ARCH),arm64)
# TODO: Enable image generation on arm64 once the backend
# is on par with other architectures.
core_compile_options += --compiler-backend=Quick