Merge "Remove .(ll)ndk suffix from (ll)ndk_library"

am: b37312a794

Change-Id: Ide6db0c1ceb6254a2279ca277a2b8a9dbd67b9b7
This commit is contained in:
Dan Willemsen 2017-04-11 16:55:27 +00:00 committed by android-build-merger
commit c0fbad2b2b

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