Merge changes from topic 'llndk_rename' into oc-dev

* changes:
  Remove .(ll)ndk suffix from (ll)ndk_library
  Remove .(ll)ndk suffix from (ll)ndk_library
This commit is contained in:
TreeHugger Robot 2017-04-11 07:22:19 +00:00 committed by Android (Google) Code Review
commit ce4c78224d
2 changed files with 3 additions and 3 deletions

View File

@ -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"],

View File

@ -7,7 +7,7 @@ ndk_headers {
}
ndk_library {
name: "libsync.ndk",
name: "libsync",
symbol_file: "libsync.map.txt",
first_version: "26",
}