Re: [android-building] Building Android.bp

2019-07-18 Thread 'Dan Willemsen' via Android Building
Android.bp files must have all of their dependencies in Android.bp as well. There is no way to work around that. - Dan On Thu, Jul 18, 2019 at 7:37 AM Amit Agrawal wrote: > So In Android P, It supports both .bp as well as .mk. What if I want to > compile a module which is in .bp format but it

Re: [android-building] Building Android.bp

2019-07-18 Thread Amit Agrawal
So In Android P, It supports both .bp as well as .mk. What if I want to compile a module which is in .bp format but it depends on some other module which is written in .mk format? Is there anyway that we ignore the dependencies? On Saturday, March 2, 2019 at 3:28:41 AM UTC+5:30, Dan Willemsen