[android-building] Building Android.bp

2019-03-01 Thread Amit Agrawal
Thanks and Regards, Amit Agrawal -- -- You received this message because you are subscribed to the "Android Building" mailing list. To post to this group, send email to android-building@googlegroups.com To unsubscribe from this group, send email to android-building+unsubscr...@goo

[android-building] linking shared files written in Android.mk with in Android.bp

2019-07-02 Thread Amit Agrawal
I want to build SKIA (Android.bp) using some dependency which is written in Android.mk. Is it possible or not? Also I want to replace the existing libjpeg with my custom library, I've seen that SKIA has BUILD.gn files from which Android.bp is generated using a python script gn_to_bp.py I want to

Re: [android-building] Building Android.bp

2019-07-18 Thread Amit Agrawal
> - Dan > > On Fri, Mar 1, 2019 at 8:34 AM Amit Agrawal > wrote: > >> 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.b

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

2019-08-26 Thread Amit Agrawal
Hi wang, I have also faced such issues. This comes when you are building a Module which is written in Android.bp and you want to include some dependency(a module like shared library) which is written in Android.mk. The soong build system can not resolve such dependencies. I haven't got any solu