Home
last modified time | relevance | path

Searched refs:SetBoolIfTrue (Results 1 – 6 of 6) sorted by relevance

/build/soong/python/
Dandroidmk.go68 …entries.SetBoolIfTrue("LOCAL_DISABLE_AUTO_GENERATE_TEST_CONFIG", !BoolDefault(p.binaryProperties.A…
72 entries.SetBoolIfTrue("LOCAL_IS_UNIT_TEST", Bool(p.testProperties.Test_options.Unit_test))
/build/soong/java/
Dandroidmk.go101 entries.SetBoolIfTrue("LOCAL_UNINSTALLABLE_MODULE", true)
330 entries.SetBoolIfTrue("LOCAL_UNINSTALLABLE_MODULE", app.appProperties.PreventInstall)
354 entries.SetBoolIfTrue("LOCAL_NO_STANDARD_LIBRARIES", true)
377 …entries.SetBoolIfTrue("LOCAL_EXPORT_PACKAGE_RESOURCES", Bool(app.appProperties.Export_package_reso…
381 entries.SetBoolIfTrue("LOCAL_PRIVILEGED_MODULE", app.Privileged())
488 entries.SetBoolIfTrue("LOCAL_NO_STANDARD_LIBRARIES", true)
495 entries.SetBoolIfTrue("LOCAL_UNINSTALLABLE_MODULE", true)
529 …entries.SetBoolIfTrue("LOCAL_UNINSTALLABLE_MODULE", !BoolDefault(ddoc.Javadoc.properties.Installab…
654 entries.SetBoolIfTrue("LOCAL_PRIVILEGED_MODULE", a.Privileged())
710 entries.SetBoolIfTrue("LOCAL_PRIVILEGED_MODULE", apkSet.Privileged())
/build/soong/rust/
Dandroidmk.go107 …entries.SetBoolIfTrue("LOCAL_DISABLE_AUTO_GENERATE_TEST_CONFIG", !BoolDefault(test.Properties.Auto…
108 entries.SetBoolIfTrue("LOCAL_IS_UNIT_TEST", Bool(test.Properties.Test_options.Unit_test))
124 …entries.SetBoolIfTrue("LOCAL_DISABLE_AUTO_GENERATE_TEST_CONFIG", !BoolDefault(benchmark.Properties…
/build/soong/android/
Dandroidmk.go236 func (a *AndroidMkEntries) SetBoolIfTrue(name string, flag bool) { func
518 a.SetBoolIfTrue("LOCAL_NOT_AVAILABLE_FOR_PLATFORM", am.NotAvailableForPlatform())
556 a.SetBoolIfTrue("LOCAL_PROPRIETARY_MODULE", Bool(amod.commonProperties.Proprietary))
560 a.SetBoolIfTrue("LOCAL_ODM_MODULE", Bool(amod.commonProperties.Device_specific))
561 a.SetBoolIfTrue("LOCAL_PRODUCT_MODULE", Bool(amod.commonProperties.Product_specific))
562 a.SetBoolIfTrue("LOCAL_SYSTEM_EXT_MODULE", Bool(amod.commonProperties.System_ext_specific))
/build/soong/linkerconfig/
Dlinkerconfig.go160 entries.SetBoolIfTrue("LOCAL_UNINSTALLABLE_MODULE", !installable)
/build/soong/etc/
Dprebuilt_etc.go362 entries.SetBoolIfTrue("LOCAL_UNINSTALLABLE_MODULE", !p.Installable())