Searched refs:SetBool (Results 1 – 3 of 3) sorted by relevance
/build/soong/cc/ |
D | androidmk.go | 100 entries.SetBool("LOCAL_USE_VNDK", true) 106 entries.SetBool("LOCAL_UNINSTALLABLE_MODULE", true) 113 entries.SetBool("LOCAL_UNINSTALLABLE_MODULE", true) 273 entries.SetBool("LOCAL_UNINSTALLABLE_MODULE", true) 274 entries.SetBool("LOCAL_NO_NOTICE_FILE", true) 275 entries.SetBool("LOCAL_VNDK_DEPEND_ON_CORE_VARIANT", true) 278 entries.SetBool("LOCAL_CHECK_SAME_VNDK_VARIANTS", true) 293 entries.SetBool("LOCAL_UNINSTALLABLE_MODULE", true) 295 entries.SetBool("LOCAL_NO_NOTICE_FILE", true) 359 entries.SetBool("LOCAL_NATIVE_BENCHMARK", true) [all …]
|
/build/soong/java/ |
D | androidmk.go | 46 entries.SetBool("LOCAL_IS_HOST_MODULE", true) 196 entries.SetBool("LOCAL_UNINSTALLABLE_MODULE", !Bool(prebuilt.properties.Installable)) 246 entries.SetBool("LOCAL_UNINSTALLABLE_MODULE", true) 290 entries.SetBool("LOCAL_STRIP_MODULE", false)
|
/build/soong/android/ |
D | androidmk.go | 158 func (a *AndroidMkEntries) SetBool(name string, flag bool) { func
|