The android build system is very friendly. It allows you to add new
makefiles and get those included without any need to change to
existing makefiles. For your example, I would suggest adding something
like <root_folder_of_android_tree>/vendor/patrick/your_library/....
(in case this library will not be released to opensource). Or, there
is a "prebuilt" folder, you could use that as well.

I would also suggest going through build/core/main.mk. This will give
you a rough idea as to how the various makefiles under various folders
are being included.

-Ravi

On Jul 9, 5:04 am, kenpark <[email protected]> wrote:
> Hi.
>
> As I tried to add a prebuilt library from an other vendor to the
> android framework I was wondering how to modify the build process
> (where to put my code, the prebuilt library and how to write the
> Android.mk).
>
> On my investigations on that I found an "old" guide to the build
> system:http://android.git.kernel.org/?p=platform/build.git;a=blob_plain;f=co...
>
> and further more I found an interesting discussion in this group
> (thanks to Dianne 
> Hackborn):http://groups.google.com/group/android-platform/browse_thread/thread/...
>
> But since my work on Android is the base for my master thesis I would
> appreciate any kind of documentation, how-to or guide to refer to and
> to investigate on. Thus I'm wondering if there is any more up-to-date
> guide on the build-system (or is the one above really the source of
> truth?!) and docu on the organization of the source-tree (to know
> where I can put my code and what all the stuff is used for).
>
> Is there anything incorporating this kind of informations or similar
> stuff?
>
> Kind regards,
> Patrick
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"android-framework" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/android-framework?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to