Hi Hadmut, What you probably want is called an "overlay" - I'm not sure if one is available for that specific area though..
Your second best option, is to do it the "git way" ... fork "git:// android.git.kernel.org/platform/sdk.git", make your changes, and pull googles changes in as you need them... Thanks, Kiall On Wed, Apr 28, 2010 at 9:27 PM, Hadmut Danisch <[email protected]> wrote: > Hi, > > I am just starting with android software development and ran into a > problem: > > I'd like to extend the ant build file for additional tasks (e.g. > generate graphics, or use a scala compiler instead of a java compiler). > > > The build.xml generated by the android sdk is rather short, the > extensions linked in reads the > > android-sdk-linux_86/platforms/android-x/templates/android_rules.xml > > > I could achieve what I wanted to do by modifying the android_rules.xml > file, but obviously it is not a good idea to modify the files belonging > to the sdk. Unfortunately I did not yet find a way to extend or override > tasks given in the sdk in the local build.xml file. > > What is the intended method to extend the build process without > modifying the sdk files? > > > regards > Hadmut > > > -- > You received this message because you are subscribed to the Google Groups > "Android Discuss" group. > To post to this group, send email to [email protected]. > To unsubscribe from this group, send email to > [email protected]<android-discuss%[email protected]> > . > For more options, visit this group at > http://groups.google.com/group/android-discuss?hl=en. > > -- You received this message because you are subscribed to the Google Groups "Android Discuss" 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-discuss?hl=en.
