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

2019-08-02 Thread jyoti kulkarni
sing a > particular file -- it may only be referenced by an Android.bp directly > upwards in the tree. `mma` can work better this way, and we've implemented > the concept of visibility so that modules can control who can use their > files/outputs. > > - Dan > > On Tue

[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