How to install prebuilt_apps?

74 views
Skip to first unread message

seeker

unread,
Oct 20, 2019, 12:39:55 PM10/20/19
to Android Building
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

shankar kumar yellapu

unread,
Oct 22, 2019, 12:08:30 PM10/22/19
to Android Building

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

REGURI AKANKSHA

unread,
Oct 23, 2019, 10:53:02 AM10/23/19
to android-...@googlegroups.com
I tried above think, but I am getting Androidmk translation errors like unsupported include etc..


--
--
You received this message because you are subscribed to the "Android Building" mailing list.
To post to this group, send email to android-...@googlegroups.com
To unsubscribe from this group, send email to
android-buildi...@googlegroups.com
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 android-buildi...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/android-building/368b0077-b371-464e-97ac-d10c2f100033%40googlegroups.com.

Dan Willemsen

unread,
Oct 25, 2019, 3:00:42 AM10/25/19
to 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

seekers here

unread,
Oct 25, 2019, 11:32:03 AM10/25/19
to android-...@googlegroups.com
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

Dan Willemsen

unread,
Oct 25, 2019, 11:40:02 AM10/25/19
to 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

Reply all
Reply to author
Forward
0 new messages