commit | c43b17f0adac1092e221ce6166ca8bc464090525 | [log] [tgz] |
---|---|---|
author | Ying Wang <wangying@android.com> | Mon Dec 01 23:59:21 2014 +0000 |
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | Mon Dec 01 23:59:21 2014 +0000 |
tree | 5645af494c0928f56b90922f58580b35295394b0 | |
parent | d34b63780eaf80ba71279360dc1e2fdbdc488eec [diff] | |
parent | 4c3c7a962f5b5ec7fde06065cd60a49bf272329d [diff] |
Merge "Fix recovery image build for 32p"
diff --git a/updater/Android.mk b/updater/Android.mk index a3a900a..c73cdc0 100644 --- a/updater/Android.mk +++ b/updater/Android.mk
@@ -69,7 +69,7 @@ $(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 :=