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 right back to Make anyways, so there's little benefit
to moving at this time.

- Dan


On Mon, Mar 26, 2018 at 8:16 AM Will Newton <will.new...@gmail.com> wrote:

>
> 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 files back to Android.mk?
>
> Thanks,
>
> --
> --
> You received this message because you are subscribed to the "Android
> Building" mailing list.
> To post to this group, send email to android-building@googlegroups.com
> To unsubscribe from this group, send email to
> android-building+unsubscr...@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-building+unsubscr...@googlegroups.com.
> For more options, visit https://groups.google.com/d/optout.
>

-- 
-- 
You received this message because you are subscribed to the "Android Building" 
mailing list.
To post to this group, send email to android-building@googlegroups.com
To unsubscribe from this group, send email to
android-building+unsubscr...@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-building+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to