summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorYing Wang <wangying@android.com>2014-12-02 00:59:21 +0100
committerGerrit Code Review <noreply-gerritcodereview@google.com>2014-12-02 00:59:21 +0100
commitc43b17f0adac1092e221ce6166ca8bc464090525 (patch)
tree5645af494c0928f56b90922f58580b35295394b0
parentMerge "Global C++11 compatibility." (diff)
parentFix recovery image build for 32p (diff)
downloadandroid_bootable_recovery-c43b17f0adac1092e221ce6166ca8bc464090525.tar
android_bootable_recovery-c43b17f0adac1092e221ce6166ca8bc464090525.tar.gz
android_bootable_recovery-c43b17f0adac1092e221ce6166ca8bc464090525.tar.bz2
android_bootable_recovery-c43b17f0adac1092e221ce6166ca8bc464090525.tar.lz
android_bootable_recovery-c43b17f0adac1092e221ce6166ca8bc464090525.tar.xz
android_bootable_recovery-c43b17f0adac1092e221ce6166ca8bc464090525.tar.zst
android_bootable_recovery-c43b17f0adac1092e221ce6166ca8bc464090525.zip
-rw-r--r--updater/Android.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/updater/Android.mk b/updater/Android.mk
index a3a900a80..c73cdc083 100644
--- a/updater/Android.mk
+++ b/updater/Android.mk
@@ -69,7 +69,7 @@ $(inc) : $(inc_dep_file)
$(hide) $(foreach lib,$(libs),echo " Register_$(lib)();" >> $@;)
$(hide) echo "}" >> $@
-$(call intermediates-dir-for,EXECUTABLES,updater)/updater.o : $(inc)
+$(call intermediates-dir-for,EXECUTABLES,updater,,,$(TARGET_PREFER_32_BIT))/updater.o : $(inc)
LOCAL_C_INCLUDES += $(dir $(inc))
inc :=