Merge "Remove .(ll)ndk suffix from (ll)ndk_library" am: b37312a794

am: c0fbad2b2b

Change-Id: I7716d015717044122985f606bf78c55229691dc4
This commit is contained in:
Dan Willemsen 2017-04-11 17:06:57 +00:00 committed by android-build-merger
commit dacd341a7a
1 changed files with 2 additions and 2 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"],