[android-porting] AOSP Jelly Bean 4.2.2 porting error..

2013-04-28 Thread Santosh Kadam
Dear All, I am building AOSP 4.2.2 for i.MX6 device and currently facing the following error. make: *** No rule to make target `out/target/product/wandboard/obj/lib/libwpa_client.so', needed by

[android-porting] Jelly Bean 4.2.2: libwpa_client.so Build Error ....

2013-04-28 Thread Santosh Kadam
Dear All, I am building AOSP 4.2.2 for i.MX6 device and currently facing the following error. make: *** No rule to make target `out/target/product/mydeviceobj/lib/libwpa_client.so', needed by

[android-porting] Building AOSP 4.2.2 : Erorr: No rule to make targer libwpa_client

2013-04-28 Thread Santosh Kadam
Hello There, I am trying to build AOSP 4.2.2 source code for i.MX6 platform and I have added the necessary device and build files to the device structure. When I am building the AOSP Jelly Bean release 4.2.2, I am getting a few errors. 1) The platform version shows some long string -

[android-porting] build android rom from zImage

2013-04-28 Thread aw hacker
i have cofigure and compile linux 3.0.8kernel for rk3066 SOC and i need to build android rom from the zImage what is the steps that i should follow to do this ? -- -- unsubscribe: android-porting+unsubscr...@googlegroups.com website: http://groups.google.com/group/android-porting --- You

[android-porting] how third part rom maker upgrade source when aosp upgrade?

2013-04-28 Thread WuZhenda
the third part rom maker such as cyanogenmod and aokp, how they upgrade their source code? when aosp upgrade from ics to jb, did cyanogenmod just merge their ics source code with aosp's jb branch? or there other method? -- -- unsubscribe: android-porting+unsubscr...@googlegroups.com website:

[android-porting] Building a Galaxy S3 kernel for another S3 variant

2013-04-28 Thread Jake Weinstein
All you have to do is compile with the correct defconfig. make insertnameofdefconfighere make -j(number of cores you have plus two). So if you have four cores and are building for a defconfig called android_defconfig, you would do the following. make android_defconfig make -j6 -- --