Hi All,
I am not sure how to tackle this issue. I am currently working on two branches for two different platforms. Some of the code on these branches is different but 99% is same. What I intend to do is make them merge on singlebranch the problem I have is
- One branch uses Android.bp and other uses Android.mk
- I want to use Android.bp when building for Android 8 and Android.mk when building for Android 5
- Not sure how to tackle this issue.
Would be grateful if someone can shed somelight of how to make this process conditional.
I have tried to convert Android.bp to Android.mk but have ran into issues due to dependencies as other repo's are using Android.bp so this is not an option. For Android 8 i can but if else in a make file to say this but in Android 5 how to I say dont use Android.bp for building or will Android 5 not pick up Android.bp file
Regards
Ali