summaryrefslogtreecommitdiff
path: root/sysprop/sysprop_test.go
diff options
context:
space:
mode:
author Colin Cross <ccross@android.com> 2020-10-23 18:09:42 +0000
committer Gerrit Code Review <noreply-gerritcodereview@google.com> 2020-10-23 18:09:42 +0000
commited5dee0a8f1a16c0f636223d82dcd7d6a6017e93 (patch)
treeaee08ea539bfe6eecb387485c7afbbfeacf8f76b /sysprop/sysprop_test.go
parent9649748516a4505f858db749a981fa76f4c8388c (diff)
parent0477b42276f28bed956bbb93ff53a2d42fefbe04 (diff)
Merge "Add llndk_stubs property"
Diffstat (limited to 'sysprop/sysprop_test.go')
-rw-r--r--sysprop/sysprop_test.go3
1 files changed, 2 insertions, 1 deletions
diff --git a/sysprop/sysprop_test.go b/sysprop/sysprop_test.go
index 3be19459e..7a79a1b66 100644
--- a/sysprop/sysprop_test.go
+++ b/sysprop/sysprop_test.go
@@ -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: "",
}