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 <[email protected]> wrote: > 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 < > [email protected]> wrote: > >> 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 <[email protected]> >> wrote: >> >>> 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 < >>> [email protected]> wrote: >>> >>>> >>>> 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 convert .mk to .bp files. I am struck how to >>>>> convert below module class!! >>>>> >>>>> include $(CLEAR_VARS) >>>>> LOCAL_MODULE := x >>>>> LOCAL_MODULE_CLASS := APPS >>>>> LOCAL_SRC_FILES := ------ >>>>> LOCAL_MODULE_PATH := --------- >>>>> include $(BUILD_PREBUILT) >>>>> >>>>> How to install prebuilt_apps for Android.bp? >>>>> Thanks in advance >>>>> >>>> -- >>>> -- >>>> 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/368b0077-b371-464e-97ac-d10c2f100033%40googlegroups.com >>>> <https://groups.google.com/d/msgid/android-building/368b0077-b371-464e-97ac-d10c2f100033%40googlegroups.com?utm_medium=email&utm_source=footer> >>>> . >>>> >>> -- >>> -- >>> 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/CA%2BVoWj5o%3DuBtfA6YaOda_RcUeiHUb2uOgZas_Y7JWnMqf%3DeDyA%40mail.gmail.com >>> <https://groups.google.com/d/msgid/android-building/CA%2BVoWj5o%3DuBtfA6YaOda_RcUeiHUb2uOgZas_Y7JWnMqf%3DeDyA%40mail.gmail.com?utm_medium=email&utm_source=footer> >>> . >>> >> -- >> -- >> 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/CALQgHdnY5PeNOyjbXMYfkFXQF_CMOFZ%2BsRQUXq0%2BgsSFr%2BXaUw%40mail.gmail.com >> <https://groups.google.com/d/msgid/android-building/CALQgHdnY5PeNOyjbXMYfkFXQF_CMOFZ%2BsRQUXq0%2BgsSFr%2BXaUw%40mail.gmail.com?utm_medium=email&utm_source=footer> >> . >> > -- > -- > 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/CA%2BVoWj5ky%3DEyYGacXVm8jmYhSHTbekmpkU%2BtyPoqrvAib8HOEA%40mail.gmail.com > <https://groups.google.com/d/msgid/android-building/CA%2BVoWj5ky%3DEyYGacXVm8jmYhSHTbekmpkU%2BtyPoqrvAib8HOEA%40mail.gmail.com?utm_medium=email&utm_source=footer> > . > -- -- 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/CALQgHdne1aiqzdsM2qjnMLS3Q1METX%3D7TsJp%3DWH7GD5gT6UQ3w%40mail.gmail.com.
