Home
last modified time | relevance | path

Searched refs:AndroidMkStaticLibs (Results 1 – 11 of 11) 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.go157 if !android.InList("libc", fizzMod.Properties.AndroidMkStaticLibs) {
Dandroidmk.go61 entries.AddStrings("LOCAL_STATIC_LIBRARIES", mod.Properties.AndroidMkStaticLibs...)
Drust_test.go270 if !android.InList("libstatic", module.Properties.AndroidMkStaticLibs) {
Dvendor_snapshot_test.go960 …:= ctx.ModuleForTests("libclient", sharedVariant).Module().(*Module).Properties.AndroidMkStaticLibs
1017 …emtag_binary", "android_vendor.30_arm64_armv8-a").Module().(*Module).Properties.AndroidMkStaticLibs
Drust.go74 AndroidMkStaticLibs []string member
1206 mod.Properties.AndroidMkStaticLibs = append(mod.Properties.AndroidMkStaticLibs, makeLibName)
/build/soong/cc/
Dandroidmk.go102 if len(c.Properties.AndroidMkStaticLibs) > 0 {
103 entries.AddStrings("LOCAL_STATIC_LIBRARIES", c.Properties.AndroidMkStaticLibs...)
Dcc.go271 AndroidMkStaticLibs []string `blueprint:"mutated"` member
2929 c.Properties.AndroidMkStaticLibs = append(
2930 c.Properties.AndroidMkStaticLibs, makeLibName)
Dvendor_snapshot_test.go871 …:= ctx.ModuleForTests("libclient", sharedVariant).Module().(*Module).Properties.AndroidMkStaticLibs
Dcc_test.go2982 actual := module.Properties.AndroidMkStaticLibs
/build/soong/apex/
Dapex_test.go2050 ensureListContains(t, cm.Properties.AndroidMkStaticLibs, "libunwind")
2053 ensureListNotContains(t, cm.Properties.AndroidMkStaticLibs, "libunwind")