This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

make android SDK from TI devkit (extended/custom jellybean 4.2.2)

Hello,

I've extended the JellyBean source code in the TI devkit, and now would like to build a new android sdk based on the new code, how do I create this new sdk?

According to the file:  /TI_Android_JB_4.2.2_DevKit_4.1.1/sdk/docs/howto_build_SDK.txt

There's usually some sort of 'sdk' target in the /Android.Source/Makefile, but this appears not to be the case with the Devkit sources?  That is, /TI_Android_JB_4.2.2_DevKit_4.1.1/Makefile has no 'sdk' target..  does the devkit include this functionality in some other way?


Generally speaking I'm in the last stages of the following tutorial:

http://www.opersys.com/blog/extending-android-hal

Where I need to build a new sdk based on the changes I've made to my jellybean code..

Thanks,

 

-JMad