Home
last modified time | relevance | path

Searched refs:AndroidMkStaticLibs (Results 1 – 7 of 7) sorted by relevance

/build/soong/rust/
Dimage_test.go43 if !android.InList("libfoo_vendor.vendor", vendorBinary.Properties.AndroidMkStaticLibs) {
44 …inary should have a dependency on libfoo_vendor: %#v", vendorBinary.Properties.AndroidMkStaticLibs)
85 …List("libfoo_vendor_ramdisk.vendor_ramdisk", vendorRamdiskLibrary.Properties.AndroidMkStaticLibs) {
Dbinary_test.go140 if !android.InList("libc", fizzMod.Properties.AndroidMkStaticLibs) {
Drust_test.go227 if !android.InList("libstatic", module.Properties.AndroidMkStaticLibs) {
Dandroidmk.go61 entries.AddStrings("LOCAL_STATIC_LIBRARIES", mod.Properties.AndroidMkStaticLibs...)
Drust.go72 AndroidMkStaticLibs []string member
1045 mod.Properties.AndroidMkStaticLibs = append(mod.Properties.AndroidMkStaticLibs, makeLibName)
/build/soong/cc/
Dandroidmk.go100 if len(c.Properties.AndroidMkStaticLibs) > 0 {
101 entries.AddStrings("LOCAL_STATIC_LIBRARIES", c.Properties.AndroidMkStaticLibs...)
/build/soong/apex/
Dapex_test.go1788 ensureListContains(t, cm.Properties.AndroidMkStaticLibs, "libunwind")
1791 ensureListNotContains(t, cm.Properties.AndroidMkStaticLibs, "libunwind")