[android-building] Dependencies between Android.mk and Android.bp modules

2017-10-30 Thread krzysztof . wesolowski
Hello, We are trying to create modules using BP that have dependencies to other modules defined in Android.mk. It seems that bp cannot link to the library (error: /Android.bp:4:1: "binaryinbp" depends on undefined module "libinmake" Is this expected behavior or some mistake on our side? R

[android-building] Android Runtime QA

2017-10-30 Thread Anu Varshini
Hi I am currently running some tests which are given by google when we download the sources. eg : the tests under art/test folder . I need some information on how to execute those tests on device. Is there any forum/group where we get clear information on these tests. I tried to follow the REA

Re: [android-building] Dependencies between Android.mk and Android.bp modules

2017-10-30 Thread Colin Cross
This is expected, Soong requires knowledge of all of its modules dependencies. On Mon, Oct 30, 2017 at 1:32 AM, wrote: > Hello, > > We are trying to create modules using BP that have dependencies to other > modules defined in Android.mk. > > It seems that bp cannot link to the library (error: ..