Merge "Fix recovery image build for 32p"
This commit is contained in:
commit
c43b17f0ad
1 changed files with 1 additions and 1 deletions
|
@ -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 :=
|
||||
|
|
Loading…
Reference in a new issue