Re: [android-building] Installing a prebuilt APK with Android.bp

2018-03-26 Thread 'Dan Willemsen' via Android Building
No, keep prebuilt APKs in an Android.mk for now -- it's safe to have both an Android.mk and Android.bp, even in the same directory. In general we've kept most prebuilts in Make for now, unless they're depended upon by something in Soong. For the prebuilts that we do have, we mostly just pass them

[android-building] Installing a prebuilt APK with Android.bp

2018-03-26 Thread Will Newton
Hi, Is it possible to add a prebuilt APK to the build using an Android.bp file? I know it is possible to do this using Android.mk include $(BUILD_PREBUILT) but androidmk cannot convert a makefile of this kind. Is there another way of doing this or do I have to convert my tree of Android.bp