Merge "Enable APEX stubs for libnativeloader."
This commit is contained in:
commit
6ad0b8f1b1
1 changed files with 4 additions and 0 deletions
|
@ -23,6 +23,10 @@ cc_library {
|
|||
"llndk.libraries.txt",
|
||||
"vndksp.libraries.txt",
|
||||
],
|
||||
stubs: {
|
||||
symbol_file: "libnativeloader.map.txt",
|
||||
versions: ["1"],
|
||||
},
|
||||
}
|
||||
|
||||
cc_library_headers {
|
||||
|
|
Loading…
Reference in a new issue