Home
last modified time | relevance | path

Searched refs:SetBool (Results 1 – 3 of 3) sorted by relevance

/build/soong/cc/
Dandroidmk.go100 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/
Dandroidmk.go46 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/
Dandroidmk.go158 func (a *AndroidMkEntries) SetBool(name string, flag bool) { func