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.

Reply via email to