Re: [android-building] Build with kasan enabled

2019-12-23 Thread Akshay Mhaske
This warnings comes if the size of a function frame is larger than length byte. It is recommended to choose 2048 as default warning threshold for 64bit architecture. Can you please try to increase FRAME_WARN size to 2048 or larger. CONFIG_FRAME_WARN=2048 Thanks, Akshay On Mon, Dec 16, 2019 at 8:

Re: [android-building] avbtool: command not found

2019-05-09 Thread Akshay Mhaske
Compile your source with BOARD_AVB_ENABLE :- true On Wed, May 8, 2019, 9:32 PM Michael Burrows wrote: > Hey guys. My computer with ubuntu crashed which resulted in me not being > able to run avbtool command > > I have my AOSP folder named AOSP. > > I run the *make avbtool *command inside that fo

Re: [android-building] Re: SELinux issues using Kernel 4.19 and Android Nougat r7.1.1_r58

2019-02-03 Thread Akshay Mhaske
12:04:48 AM UTC+5:30, Akshay Mhaske > wrote: >> >> where you added permissions ? >> >> class file and other similar classes are defined in >> system/sepolicy/access_vectors file. >> If you add these permissions in system/sepolicy/access_vectors, it should

[android-building] Re: SELinux issues using Kernel 4.19 and Android Nougat r7.1.1_r58

2019-01-29 Thread Akshay Mhaske
where you added permissions ? class file and other similar classes are defined in system/sepolicy/access_vectors file. If you add these permissions in system/sepolicy/access_vectors, it should solve your issue. On Sunday, 27 January 2019 05:11:44 UTC+5:30, mindentropy wrote: > > Hi, > > I am us

[android-building] Enforcing mode is not working

2018-08-28 Thread Akshay Mhaske
Hi, I am trying to port the aosp project to x86 based platform. With permissive mode everything is working fine. but I am not able to boot with enforcing mode. I am compiling the aosp source with user build variant. Compilation is successful. But while booting. I am getting following log. Det