summaryrefslogtreecommitdiff
path: root/sysprop
diff options
context:
space:
mode:
Diffstat (limited to 'sysprop')
-rw-r--r--sysprop/sysprop_test.go9
1 files changed, 3 insertions, 6 deletions
diff --git a/sysprop/sysprop_test.go b/sysprop/sysprop_test.go
index 6d35f9cd6..f935f062e 100644
--- a/sysprop/sysprop_test.go
+++ b/sysprop/sysprop_test.go
@@ -52,12 +52,9 @@ func test(t *testing.T, bp string) *android.TestResult {
system_shared_libs: [],
recovery_available: true,
host_supported: true,
- llndk_stubs: "liblog.llndk",
- }
-
- llndk_library {
- name: "liblog.llndk",
- symbol_file: "",
+ llndk: {
+ symbol_file: "liblog.map.txt",
+ }
}
java_library {