diff options
author | Ying Wang <wangying@android.com> | 2014-12-02 01:07:35 +0100 |
---|---|---|
committer | Android Git Automerger <android-git-automerger@android.com> | 2014-12-02 01:07:35 +0100 |
commit | cdce7f7e552c036ec6fb406e9dabef615b11c1a9 (patch) | |
tree | 40d9e3cae44eca82c3b836c6a1fd2db99cecc03b /updater | |
parent | am 5b9c4ce5: am b278c252: Add support for tune2fs file operations (diff) | |
parent | Merge "Fix recovery image build for 32p" (diff) | |
download | android_bootable_recovery-cdce7f7e552c036ec6fb406e9dabef615b11c1a9.tar android_bootable_recovery-cdce7f7e552c036ec6fb406e9dabef615b11c1a9.tar.gz android_bootable_recovery-cdce7f7e552c036ec6fb406e9dabef615b11c1a9.tar.bz2 android_bootable_recovery-cdce7f7e552c036ec6fb406e9dabef615b11c1a9.tar.lz android_bootable_recovery-cdce7f7e552c036ec6fb406e9dabef615b11c1a9.tar.xz android_bootable_recovery-cdce7f7e552c036ec6fb406e9dabef615b11c1a9.tar.zst android_bootable_recovery-cdce7f7e552c036ec6fb406e9dabef615b11c1a9.zip |
Diffstat (limited to 'updater')
-rw-r--r-- | updater/Android.mk | 2 |
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 := |