Re: [android-building] Re: How to install prebuilt_apps?

2019-10-25 Thread 'Dan Willemsen' via Android Building
The best thing to do is to leave them in Android.mk for now, converting them next year when you integrate the R release (which is what master will be). - Dan On Fri, Oct 25, 2019, 8:31 AM seekers here wrote: > Thanks Dan. > I am using a branch of Android Q code. So Now whats the solution for

Re: [android-building] Re: How to install prebuilt_apps?

2019-10-25 Thread seekers here
Thanks Dan. I am using a branch of Android Q code. So Now whats the solution for this issue? How to convert APPS module class On Fri, Oct 25, 2019 at 12:30 PM 'Dan Willemsen' via Android Building < android-building@googlegroups.com> wrote: > Which branch are you using? `android_app_import` is

Re: [android-building] Re: How to install prebuilt_apps?

2019-10-25 Thread 'Dan Willemsen' via Android Building
Which branch are you using? `android_app_import` is the module type, but it didn't make it into Android Q(10), it's only in master. - Dan On Wed, Oct 23, 2019 at 7:52 AM REGURI AKANKSHA wrote: > I tried above think, but I am getting Androidmk translation errors like > unsupported include etc..

Re: [android-building] Re: How to install prebuilt_apps?

2019-10-23 Thread REGURI AKANKSHA
I tried above think, but I am getting Androidmk translation errors like unsupported include etc.. On Tue, Oct 22, 2019 at 9:38 PM shankar kumar yellapu < shankarkumaryel...@gmail.com> wrote: > > androidmk Android.mk > Android.bp > > Run the above command from your android build tree after doing

[android-building] Re: How to install prebuilt_apps?

2019-10-22 Thread shankar kumar yellapu
androidmk Android.mk > Android.bp Run the above command from your android build tree after doing source build/envsetup.sh https://android.googlesource.com/platform/build/soong/ Regards, Shankar On Sunday, October 20, 2019 at 10:09:55 PM UTC+5:30, seeker wrote: > > Hello, Im trying to