ExpectedErr:fmt.Errorf("module \"foo\": Could not find the proto_library target for includedir: external/protobuf/abc"),
ExpectedErr:fmt.Errorf("module \"foo\": TODO: Add support for proto.include_dir: external/protobuf/abc. This directory does not contain an Android.bp file"),
})
}
@@ -5068,3 +5068,72 @@ cc_library_static {
}
runCcLibraryTestCase(t,tc)
}
funcTestProtoIncludeDirs(t*testing.T){
tc:=Bp2buildTestCase{
Description:"cc_library depends on .proto files using proto.include_dirs",