Remove obsolete llndk_library
Remove llndk_library in favor of cc_library with llndk.symbol_file. Bug: 170784825 Test: m checkbuild Test: TestLlndkLibrary Change-Id: I43580976589a7a2a176d7442be53fa043c0c8324
This commit is contained in:
@@ -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 {
|
||||
|
Reference in New Issue
Block a user