diff options
author | Bruce Beare <bruce.j.beare@intel.com> | 2014-09-12 18:09:52 +0200 |
---|---|---|
committer | Yong Yao <yong.yao@intel.com> | 2014-12-01 04:21:19 +0100 |
commit | 4c3c7a962f5b5ec7fde06065cd60a49bf272329d (patch) | |
tree | 5645af494c0928f56b90922f58580b35295394b0 /updater | |
parent | Merge "Global C++11 compatibility." (diff) | |
download | android_bootable_recovery-4c3c7a962f5b5ec7fde06065cd60a49bf272329d.tar android_bootable_recovery-4c3c7a962f5b5ec7fde06065cd60a49bf272329d.tar.gz android_bootable_recovery-4c3c7a962f5b5ec7fde06065cd60a49bf272329d.tar.bz2 android_bootable_recovery-4c3c7a962f5b5ec7fde06065cd60a49bf272329d.tar.lz android_bootable_recovery-4c3c7a962f5b5ec7fde06065cd60a49bf272329d.tar.xz android_bootable_recovery-4c3c7a962f5b5ec7fde06065cd60a49bf272329d.tar.zst android_bootable_recovery-4c3c7a962f5b5ec7fde06065cd60a49bf272329d.zip |
Diffstat (limited to '')
-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 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 := |