I want to write an application to select different wallpapers and boot animations for OEM branding. This application should become part of the android system image. Once the branding has been chosen the application should no longer be started when booting the image.
On this way I wanted to proceed step by step. But already at the first step I fail. This first step is a simple HelloWorld java application. I was building the android sources by lunching the target aosp_x86_64-eng. I added the source files for the application in directory aosp/vendor/<CompanyName>/packages/app/HelloWorld" with both an "Android.mk" and a "AndroidManifest.xml" file. But I couldn't figure out where to add the HelloWorld application in the build tree so that it becomes part of the image. Is there a rule I can follow where to put the link to the application? -- -- You received this message because you are subscribed to the "Android Building" mailing list. 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-building?hl=en --- You received this message because you are subscribed to the Google Groups "Android Building" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/android-building/b0eafce6-ac2a-4871-a30f-33b5db819dd4n%40googlegroups.com.
