Re: [android-building] How to include prebuilt jars using bp in Android P

2018-09-25 Thread 'Dan Willemsen' via Android Building
To compile that frameworks/base/services/core/java/com/example/sevice/myservice.java file, you'd need to add your lib to the libs section of services.core.unboosted in frameworks/base/services/core/Android.bp. - Dan On Tue, Sep 25, 2018 at 10:23 AM shankar kumar yellapu <

Re: [android-building] Building Marlin For Nexus 5X -- Cannot Flash Build Product To Device.

2018-09-25 Thread American Justice Corp
I understand this now. Thanks. I misunderstood the codename as referring to an Android build, not the device itself. This topic can be closed. Thanks. On Tuesday, September 25, 2018 at 1:33:10 PM UTC-4, Colin Cross wrote: > > marlin images are for the Pixel XL, they are not compatible

Re: [android-building] Building Marlin For Nexus 5X -- Cannot Flash Build Product To Device.

2018-09-25 Thread Colin Cross
marlin images are for the Pixel XL, they are not compatible with the Nexus 5x (bullhead). On Tue, Sep 25, 2018 at 12:31 AM American Justice Corp < americanjusticec...@gmail.com> wrote: > Target Device: Nexus 5X > Development Host: Linux, Slackware 14.2, 64-Bit, x86_64 Desktop Hardware. > > This

Re: [android-building] How to include prebuilt jars using bp in Android P

2018-09-25 Thread shankar kumar yellapu
Hi Dan, Thanks for quick reply, But my actual import from frameworks/base/services/core/java/com/example/sevice/myservice.java is saying error: package com.my.service.addon does not exist. If I give mm in frameworks/base/services/myservices/ says build successful. My Android.bp under

[android-building] Building minikin into shared library for NDK use

2018-09-25 Thread Hubcin Mingad
I have synced the entire AOSP just to build the framework/minikin into a shared library and use it with NDK. Any instruction on this? Thanks for any help. -- -- You received this message because you are subscribed to the "Android Building" mailing list. To post to this group, send email to

[android-building] Building Marlin For Nexus 5X -- Cannot Flash Build Product To Device.

2018-09-25 Thread American Justice Corp
Target Device: Nexus 5X Development Host: Linux, Slackware 14.2, 64-Bit, x86_64 Desktop Hardware. This posting is regarding installing, (flashing) a "userdebug" build of marlin, (repo sync'd on 21 Sept. 2018), to a Nexus 5X Device, that is built unmodified via the "repo" commands, "lunch" and

Re: [android-building] Re: Soong confusion

2018-09-25 Thread John Kaye
I'm also a long-time pre-8.0 developer who has added many packages and heavily customized the framework. How does one unconditionally make (-B) all targets within a given package using the new build system? Thanks, -John On Tuesday, December 12, 2017 at 2:08:35 PM UTC-8, Colin Cross wrote: