You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to android-platform
Is there a way to enable dex2oat optmization during build for apks that use Andorid.bp instead of Android.mk? For Android.mk flag LOCAL_DEX_PREOPT := true can be used, does Android.bp equivalent exist? In general, how Dex optmization can work with Android.bp?