commit | c13f13ad91b177c7446edf990fa67e6854f147ca | [log] [tgz] |
---|---|---|
author | Nicolas Geoffray <ngeoffray@google.com> | Tue Oct 06 12:39:17 2015 +0100 |
committer | Nicolas Geoffray <ngeoffray@google.com> | Tue Oct 06 12:39:17 2015 +0100 |
tree | 995edbd14b3a848bba8566717e1d3fdc6d0b1096 | |
parent | 1aba494df441c31836e5b7d4d8e408420a93cb8d [diff] [blame] |
Fix another Makefile typo. Change-Id: I4a4a81255c3bef47c92c127e66c2ccd8b199e51d
diff --git a/build/Android.oat.mk b/build/Android.oat.mk index 3272c27..592843e 100644 --- a/build/Android.oat.mk +++ b/build/Android.oat.mk
@@ -57,7 +57,7 @@ endif ifeq ($(1),optimizing) core_compile_options += --compiler-backend=Optimizing - core_dex2oat_dependency += $(DEX2OAT) + core_dex2oat_dependency := $(DEX2OAT) core_infix := -optimizing endif ifeq ($(1),interpreter)