[android-building] Re: Trouble adding vendor AIDs

2019-05-13 Thread Eric Crahen
Thanks, With that, I've been able to see my /system/etc/passwd file contains the generated AID now. That's great. $ cat /system/etc/passwd ... *vendor_foobar*:::::/:/system/bin/sh Now, I'm trying to use this user. Is there a mapping from this vendor_foobar unix user-name to an

Re: [android-building] Add prebuilt jar to system image - android 9.0

2019-05-13 Thread Vinayak Soni
Classes. On Tuesday, May 7, 2019 at 1:22:15 PM UTC-7, Colin Cross wrote: > > What is in the jar, class files or dex files? > > On Tue, May 7, 2019 at 12:42 PM Vinayak Soni > wrote: > >> Hi Colin, >> >> How to write an Android.bp for a prebuilt jar that needs to be added to >> PRODUCT_BOOT_JARS?

[android-building] Re: Trouble adding vendor AIDs

2019-05-13 Thread 'Tom Cherry' via Android Building
It should be installed to /vendor/etc/passwd and /vendor/etc/group. I'd also be careful that TARGET_FS_CONFIG_GEN isn't overwritten anywhere. The BoardConfig.mk's for most of the google products specify this with a string similar to "TARGET_FS_CONFIG_GEN := device/google/wahoo/config.fs" so

Re: [android-building] Please help me!Thanks!

2019-05-13 Thread 'Dan Willemsen' via Android Building
As I posted before: "Please don't do that, your build will fail in some other way, since that check is there to ensure that the two build systems agree about options that they both need to use." - Dan On Mon, May 13, 2019 at 12:36 PM Old3nglish 800 <0ld3nglish...@gmail.com> wrote: > Thank you,

[android-building] Trouble adding vendor AIDs

2019-05-13 Thread Eric Crahen
I've been attempting to add some custom user for an application in my AOSP build, Following the notes here, I tried to add a custom vendor AID to my AOSP build * https://source.android.com/devices/tech/config/filesystem I thought I'd find an /etc/passwd entry somewhere with a mapping of the

[android-building] Re: Android 9.0.0 Pie Bonito/Sargo Released

2019-05-13 Thread 'Xin Li' via Android Building
We have merged Bonito/Sargo support into AOSP master. -- -- 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

Re: [android-building] Information about prebuilt ckati

2019-05-13 Thread 'Dan Willemsen' via Android Building
Strange. Are you able to do regular builds of AOSP master on your machine? (If not, don't worry, it's just a data point if you have) What does the end of out/soong.log look like? That'll narrow down the problem. If you have a slow disk, the first time you run this, it may take a while as it

Re: [android-building] Information about prebuilt ckati

2019-05-13 Thread 'Dan Willemsen' via Android Building
There's a manifest.xml in that project that should have all of the exact revisions: https://android.googlesource.com/platform/prebuilts/build-tools/+/refs/heads/master/manifest.xml. It's a snapshot of the platform/manifest build-tools manifest

[android-building] Information about prebuilt ckati

2019-05-13 Thread Rounak Agarwal
Is there a way to find out the exact commit and the build command used to build the prebuilt ckati executable available in AOSP project prebuilts/build-tools ? -- -- You received this message because you are subscribed to the "Android Building" mailing list. To post to this group, send email