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

@@ -277,6 +277,7 @@ func TestSyspropLibrary(t *testing.T) {
system_shared_libs: [],
recovery_available: true,
host_supported: true,
llndk_stubs: "liblog.llndk",
}
cc_binary_host {
@@ -285,7 +286,7 @@ func TestSyspropLibrary(t *testing.T) {
}
llndk_library {
name: "liblog",
name: "liblog.llndk",
symbol_file: "",
}