This is a cache of https://discuss.96boards.org/t/how-to-build-32-bit-android-system/532. It is a snapshot of the page at 2024-09-20T03:50:15.212+0000.
How to build 32-bit <strong>android</strong> System - DragonBoard410c - 96Boards Forum

How to build 32-bit android System

Hi,

I downloaded the source code “LA.BR.1.2.4-01810-8x16.0-3” yesterday.
For some reason, i need to build 32-bits android System.
So i type these commands:


&gt; source build/envsetup.sh 
&gt; lunch msm8916_32-userdebug 
&gt; make -j4

But i got error:


make: *** No rule to make target &lt;code&gt;out/target/product/msm8916_32/obj/STATIC_LIBRARIES/libqc-skia_intermediates/export_includes&#039;, needed by&lt;/code&gt;out/target/product/msm8916_32/obj/SHARED_LIBRARIES/libskia_intermediates/import_includes&#039;.  Stop.
make: *** Waiting for unfinished jobs....
target thumb C++: libRScpp &lt;= frameworks/rs/cpp/Sampler.cpp

#### make failed to build some targets (12:36 (mm:ss)) ####

Does any one know how to fix it?
Thank you very much.

Hi Austinli

I suspect its too late for you now but, just in case we have other people arriving at this thread via search engines and the like I decided to put in an answer.

Unfortunately the proprietary binaries provided in the android release are 64-bit only (see proprietary/prebuilt_HY22/target/product/msm8916_64) making it impossible to build this release in 32-bit mode.

Daniel.

Hi Daniel

I don’t need it now, but i still want to thank you for your reply.

Austin