I am looking for a little insight from someone familiar with the
Android Make System.    I am writing a tool to auto-generate C
Marshallers for AIDL files.   I would like to figure out how to stage
these header from a library project such that other applications can
include these in their path.   I had a few questions

Are there good examples of projects that stage there C C++ headers to
that other projects can include them?
Are there any examples of projects that generate C C++ code that stage
it for other project use?

I am currently building out of Eclair.  I've found a few things for
LOCAL_COPY_HEADER, but it seems to only stage non-generated headers
and I am currently using LOCAL_GENERATED_SOURCES to make sure my
autogenerated files compile properly.

Keith Preston

-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

To unsubscribe from this group, send email to 
android-developers+unsubscribegooglegroups.com or reply to this email with the 
words "REMOVE ME" as the subject.

Reply via email to