summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorYing Wang <wangying@android.com>2014-12-02 01:14:33 +0100
committerAndroid Git Automerger <android-git-automerger@android.com>2014-12-02 01:14:33 +0100
commitdd2f248a07318fbbae7fbf8882e618b507cf360b (patch)
treec8b735969735d02587c31d4552a0e443bf27696e
parentam 0fe938c0: am 5b9c4ce5: am b278c252: Add support for tune2fs file operations (diff)
parentam c43b17f0: Merge "Fix recovery image build for 32p" (diff)
downloadandroid_bootable_recovery-dd2f248a07318fbbae7fbf8882e618b507cf360b.tar
android_bootable_recovery-dd2f248a07318fbbae7fbf8882e618b507cf360b.tar.gz
android_bootable_recovery-dd2f248a07318fbbae7fbf8882e618b507cf360b.tar.bz2
android_bootable_recovery-dd2f248a07318fbbae7fbf8882e618b507cf360b.tar.lz
android_bootable_recovery-dd2f248a07318fbbae7fbf8882e618b507cf360b.tar.xz
android_bootable_recovery-dd2f248a07318fbbae7fbf8882e618b507cf360b.tar.zst
android_bootable_recovery-dd2f248a07318fbbae7fbf8882e618b507cf360b.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 11e7bb807..ff02a33b0 100644
--- a/updater/Android.mk
+++ b/updater/Android.mk
@@ -79,7 +79,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 :=