summaryrefslogtreecommitdiffstats
path: root/liblog
diff options
context:
space:
mode:
authorTreeHugger Robot <treehugger-gerrit@google.com>2017-04-11 07:22:19 +0000
committerAndroid (Google) Code Review <android-gerrit@google.com>2017-04-11 07:22:26 +0000
commitce4c78224d03c1d26b7ec8ea856d68f0791416a4 (patch)
treec548f22c15f5ee8117ecbd6d259159e7fd58cdd5 /liblog
parent4d4348c7712977ae915731a70de12ea0dc8fb1be (diff)
parentdb9b260096dc13f3733dceba9d0935f0323b9b36 (diff)
downloadcore-ce4c78224d03c1d26b7ec8ea856d68f0791416a4.tar.gz
core-ce4c78224d03c1d26b7ec8ea856d68f0791416a4.tar.bz2
core-ce4c78224d03c1d26b7ec8ea856d68f0791416a4.zip
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
Diffstat (limited to 'liblog')
-rw-r--r--liblog/Android.bp4
1 files changed, 2 insertions, 2 deletions
diff --git a/liblog/Android.bp b/liblog/Android.bp
index bc262dbcc..e74aa8283 100644
--- a/liblog/Android.bp
+++ b/liblog/Android.bp
@@ -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"],