[android-building] Running androidmk tool for converting .mk file to .bp file

2017-08-04 Thread shalinisalomi9
Hi, I have been working with o-master preview source code and have been studying the new android build system soong. Documentation suggests that there is “androidmk” tool which converts .mk files to .bp files. I would like to make use of this tool for converting .mk file to .bp file. Runnin

[android-building] Conditional Compilation of source files based on environmental variable in soong build system

2017-08-05 Thread shalinisalomi9
Hi, I have been working with Android O preview source code and have been studying its new build system, soong. I’m facing issue regarding conditional compilation of source files inside different directories based on value of environment variable. Let’s say Android O-source code has two dire