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/f48f3c51-e1e1-42e6-a3e3-21505f4a1917%40googlegroups.com.
