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

2019-08-05 Thread 'Dan Willemsen' via Android Building
> > And for me visibility property is not working, Is this available only on Q? visibility is actually only available on master -- it was recently implemented, and didn't make it into Q. That only lets you limit visibility though, which it doesn't sound like what you're looking for. Are there

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

2019-08-02 Thread jyoti kulkarni
Hello Dan, Thanks for your inputs. Currently I m still on Android P version. And for me visibility property is not working, Is this available only on Q? Are there any alternative to access "previous folder" header files in current .bp Something like ../app/include giving me Path Outside the

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