Merge "Add llndk_stubs property"

This commit is contained in:
Colin Cross
2020-10-23 18:09:42 +00:00
committed by Gerrit Code Review
12 changed files with 91 additions and 30 deletions

View File

@@ -1270,10 +1270,11 @@ func TestApexDependsOnLLNDKTransitively(t *testing.T) {
system_shared_libs: [],
stl: "none",
stubs: { versions: ["29","30"] },
llndk_stubs: "libbar.llndk",
}
llndk_library {
name: "libbar",
name: "libbar.llndk",
symbol_file: "",
}
`, func(fs map[string][]byte, config android.Config) {