Re: [android-building] Heap size increase without jack help

2018-05-24 Thread Colin Cross
How much memory does your build machine have? On Thu, May 24, 2018 at 8:20 AM John Kasaki wrote: > Hello!I'm building the master branch of AOSP without jack and face some > trouble.Here is the log: > [ 4% 1/21] Target Java: >

[android-building] How to use mac_permission.xml

2018-05-24 Thread meghdootcontainer
Hi friends, I had some test keys in /build/target/product/security I had mac_permission.xml where keys are mapped with seinfo . In this mac_permission.xml for any application signed with testkey had to deny camera permission i had added deny-permission rule in teskey signature stanza . But

[android-building] Heap size increase without jack help

2018-05-24 Thread John Kasaki
Hello!I'm building the master branch of AOSP without jack and face some trouble.Here is the log: [ 4% 1/21] Target Java: out/target/co...r_intermediates/classes-full-debug.jar FAILED: out/target/common/obj/APPS/Dialer_intermediates/classes-full-debug.jar /bin/bash -c "(rm -f

[android-building] Re: Android P Preview 2 AOSP build issue (Pixel/sailfish)

2018-05-24 Thread Satish Patel
Hi Jean, need to apply 3 fix for build, reference at# https://groups.google.com/forum/#!topic/android-building/MYF2ZmXbmQo prebuilts/tools: git fetch https://android.googlesource.com/platform/prebuilts/tools refs/changes/02/682002/1 && git cherry-pick FETCH_HEAD external/e2fsprogs/ git fetch

Re: [android-building] Building vendor variants of a module on Android P

2018-05-24 Thread Priyanka Bose
Hi, Thanks for the info , that helped for the multiple definition errors with regards to the modules . I added something like this in the beginning of the Android.bp file : soong_namespace { } Though the multiple definition issues is no longer seen* but later the build fails with ninja