Pass auto_gen_config setting in Android.bp to makefile
Bug: none Test: local test with fuzzy_fastboot Change-Id: I2c62f6fb58737538ef9e1e9fcbe63e03dfa7ee91
This commit is contained in:
@@ -141,6 +141,9 @@ func (j *Test) AndroidMkEntries() []android.AndroidMkEntries {
|
||||
entries.SetPath("LOCAL_FULL_TEST_CONFIG", j.testConfig)
|
||||
}
|
||||
androidMkWriteTestData(j.data, entries)
|
||||
if !BoolDefault(j.testProperties.Auto_gen_config, true) {
|
||||
entries.SetString("LOCAL_DISABLE_AUTO_GENERATE_TEST_CONFIG", "true")
|
||||
}
|
||||
})
|
||||
|
||||
return entriesList
|
||||
|
Reference in New Issue
Block a user