Merge "Remove .(ll)ndk suffix from (ll)ndk_library"
This commit is contained in:
commit
b37312a794
1 changed files with 2 additions and 2 deletions
|
|
@ -108,14 +108,14 @@ ndk_headers {
|
|||
}
|
||||
|
||||
ndk_library {
|
||||
name: "liblog.ndk",
|
||||
name: "liblog",
|
||||
symbol_file: "liblog.map.txt",
|
||||
first_version: "9",
|
||||
unversioned_until: "current",
|
||||
}
|
||||
|
||||
llndk_library {
|
||||
name: "liblog.llndk",
|
||||
name: "liblog",
|
||||
symbol_file: "liblog.map.txt",
|
||||
unversioned: true,
|
||||
export_include_dirs: ["include_vndk"],
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue