Hello,
On Wednesday, April 11, 2012 8:29:54 PM UTC+2, lyakh wrote: > > Hi all > > I've spent a couple of hours searching the http://source.android.com/ > site, the relevant google groups and the internet at large for an answer > to a simple question: how do I add my new device under > device/<vendor>/<product> to the android repository? I.e., how do I make > the "repo" command aware of a new git-repository in the android tree. Do I > use some form of the "android create" command? "android create avd" seems > to be irrelevant. "android create project" is only for java-applications. > What you actually want to do is to add an additional git repository containing your device code to the list of repositories managed by the repo tools. There are no automated tools to do this so you will need to edit the .repo/manifest.xml and add your repository in that file. If you want others to benefit from your changes the best thing is to clone the platform/manifest.git repository and add your changed in the manifest in that repository. Once this is done you can point others to your manifest and let them repo init yourplatform/manifest.git Checkout this site http://omappedia.org/wiki/Android_Miscellaneous Greetings -- unsubscribe: [email protected] website: http://groups.google.com/group/android-porting
