Merge "Pass auto_gen_config setting in Android.bp to makefile" am: 13f30ae38c
am: 75b879c30b
am: 458321b216
Change-Id: Iecd57fcaac4b7b3d70c99de73037ff4c5aea5cc6
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