Re: [android-building] Does Android.bp include Android.bp work on Android P

2018-12-11 Thread 'Dan Willemsen' via Android Building
No, this is intentionally not supported by Android.bp. All Android.bp files are always loaded. First, instead of changing variable.go / soong_config.mk, we do have extension points for user-defined plugins:

[android-building] Does Android.bp include Android.bp work on Android P

2018-11-30 Thread wjjsun
I want to conditional compile one Android.bp module conditionally! if vendorA, use vendora.bp to compile, if vendorB, then use vendorb.bp to compile! Say I: 1. define a marco in BoardConfig.mk: TARGET_PLATFORM_VENDOR := vendorA or vendorB etc. 2. Then I change variable.go: type