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

[android-building] Building Android.bp

2019-03-01 Thread Amit Agrawal
Hello, I am new to AOSP. As far as I know we were using 'Make build system' in nougat which were building Android.mk files. And from Oreo onwards Soong is used for Android.bp. Is there any way by which I can build the Android.bp files in nougat using the 'Make build system'? Thanks and Regards,