Home | History | Annotate | Download | only in cc

Lines Matching refs:libfoo

25 			name: "libfoo",
32 aidl := ctx.ModuleForTests("libfoo", "android_arm_armv7-a-neon_core_shared").Rule("aidl")
33 libfoo := ctx.ModuleForTests("libfoo", "android_arm_armv7-a-neon_core_shared").Module().(*Module)
35 if !inList("-I"+aidl.Args["outDir"], libfoo.flags.GlobalFlags) {
48 name: "libfoo",
55 aidl := ctx.ModuleForTests("libfoo", "android_arm_armv7-a-neon_core_shared").Rule("aidl")
56 libfoo := ctx.ModuleForTests("libfoo", "android_arm_armv7-a-neon_core_shared").Module().(*Module)
58 if !inList("-I"+aidl.Args["outDir"], libfoo.flags.GlobalFlags) {