Skip to content

Commit

Permalink
Merge "Fix recovery image build for 32p"
Browse files Browse the repository at this point in the history
  • Loading branch information
Ying Wang authored and Gerrit Code Review committed Dec 1, 2014
2 parents d34b637 + 4c3c7a9 commit c43b17f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion updater/Android.mk
Expand Up @@ -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 :=
Expand Down

0 comments on commit c43b17f

Please sign in to comment.