OSDN Git Service

Fix recovery image build for 32p
authorBruce Beare <bruce.j.beare@intel.com>
Fri, 12 Sep 2014 16:10:37 +0000 (09:10 -0700)
committerYong Yao <yong.yao@intel.com>
Tue, 16 Sep 2014 01:36:47 +0000 (18:36 -0700)
commit7c02ec91e83e53377943803a276424e6a51c257a
treee4b4dfcb864d7095ad482a6a21a7f35ee70ef662
parent979d578ee40c0a7d3e25915049350a23165f7a5a
Fix recovery image build for 32p

When building for 32p, we need to be explicit that we wish to build the 32bit
version of the binaries that will be placed in the recovery image. The recovery
image doesn't actually care... but if we are not explicit in this, the makefiles
will ask for the 64bit binaries but the Android.mk for the binaries will supply
the 32bit images (causing the build to fail)..

Change-Id: I728912bc8e07726888fe8bed4352cbb373911cb7
Signed-off-by: Bruce Beare <bruce.j.beare@intel.com>
core/Makefile