Hi
I am trying to build the Android JB4.2.2_1.1.0-GA release for IMX6Q SABRE AI, following instructions in android_jb4.2.2_1.1.0-ga_doc.tar.gz/Android_User_Guide.pdf
I have patched the Android source and gotten the "Success: Now you can build the Android code for FSL i.MX platform " message. However, when I try to build the image, none of the fsl options came up on the lunch menu.
~/droid4darren$ source build/envsetup.sh
including device/asus/grouper/vendorsetup.sh
including device/asus/tilapia/vendorsetup.sh
including device/generic/armv7-a-neon/vendorsetup.sh
including device/generic/armv7-a/vendorsetup.sh
including device/generic/mips/vendorsetup.sh
including device/generic/x86/vendorsetup.sh
including device/lge/mako/vendorsetup.sh
including device/samsung/maguro/vendorsetup.sh
including device/samsung/manta/vendorsetup.sh
including device/samsung/toroplus/vendorsetup.sh
including device/samsung/toro/vendorsetup.sh
including device/ti/panda/vendorsetup.sh
including sdk/bash_completion/adb.bash
~/droid4darren$ lunch
You're building on Linux
Lunch menu... pick a combo:
1. full-eng
2. full_x86-eng
3. vbox_x86-eng
4. full_mips-eng
5. full_grouper-userdebug
6. full_tilapia-userdebug
7. mini_armv7a_neon-userdebug
8. mini_armv7a-userdebug
9. mini_mips-userdebug
10. mini_x86-userdebug
11. full_mako-userdebug
12. full_maguro-userdebug
13. full_manta-userdebug
14. full_toroplus-userdebug
15. full_toro-userdebug
16. full_panda-userdebug
Which would you like? [full-eng]
Turns out the entire device/fsl directory is empty:
~/droid4darren/device/fsl$ ls -l -a
total 12
drwxrwxr-x 3 hmi hmi 4096 Oct 16 01:04 .
drwxrwxr-x 12 hmi hmi 4096 Oct 16 01:04 ..
-rw-rw-r-- 1 hmi hmi 0 Oct 16 01:04 .dummy
drwxrwxr-x 8 hmi hmi 4096 Oct 16 01:06 .git
So is the fsl-proprietary folder.
What am I missing? I must have overlooked something but I have no idea what that might be. Any help would be appreciated. Thank you!
Thanks!