Home
last modified time | relevance | path

Searched refs:ExportedToMake (Results 1 – 12 of 12) sorted by relevance

/build/soong/android/
Dlogtags.go42 if !module.ExportedToMake() {
Dnamespace_test.go633 AssertBoolEquals(t, "a exported", true, aModule.ExportedToMake())
635 AssertBoolEquals(t, "b not exported", false, bModule.ExportedToMake())
Dprebuilt.go556 if !moduleInFamily.ExportedToMake() {
731 if ctx.Config().KatiEnabled() && !prebuilt.ExportedToMake() {
Dmakevars.go281 if m.ExportedToMake() {
Dmodule.go94 ExportedToMake() bool methodSpec
1465 func (m *ModuleBase) ExportedToMake() bool { func
/build/soong/bloaty/
Dbloaty.go88 if !m.ExportedToMake() {
/build/soong/fuzz/
Dfuzz_common.go460 if !fuzzModule.ExportedToMake() {
/build/soong/cc/
Dmakevars.go115 if ccModule.IsVendorPublicLibrary() && module.ExportedToMake() {
Dsanitize.go1310 if c.StaticallyLinked() && c.ExportedToMake() {
/build/soong/sysprop/
Dsysprop_library.go698 if m.ExportedToMake() {
/build/soong/java/
Dlint.go648 if ctx.Config().KatiEnabled() && !m.ExportedToMake() {
/build/soong/apex/
Dbuilder.go513 installSymbolFiles := (!ctx.Config().KatiEnabled() || a.ExportedToMake()) && a.installable()