Re: [android-building] Some questions on Android.bp files

2019-07-30 Thread 'Dan Willemsen' via Android Building
1. Which version of Android are you building against? host_required is only supported on AOSP master. Unknown properties are errors, as they're often typos. 2. Including Android.mk files from Android.bp files doesn't make sense, what are you trying to do? We do forbid all path references that

[android-building] Some questions on Android.bp files

2019-07-30 Thread jyoti kulkarni
Hello Sir/madam, Im trying to convert some of the .mk files to .bp I am using androidmk tool for initial conversion. But later I m trying to change the converted files to add some more properties and some conditional statement. I have below questions: 1. Any new property added is giving an

[android-building] neverallow issue on *_tmpfs:file execute

2019-07-30 Thread Mohammed Shakir
I have a native service which internally needs to contact with Java layer. So I am using *android_runtime.so* library to create a JavaVm and call *startVm*. In permissive mode, what I am intended to is working fine. But in enforced mode, I need to add following rule to make it work and that