summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDan Willemsen2017-04-07 17:26:08 -0500
committerSteven Moreland2017-04-10 14:54:31 -0500
commitc8202dc5f72e45079f71b7b52e11d58d16bb7409 (patch)
tree8626a66e5ed25ff45f6c8d601edfb86367a8e851 /liblog/Android.bp
parent3f5757977c0e4dc540567d4550c7ebfe2fade23c (diff)
downloadplatform-system-core-c8202dc5f72e45079f71b7b52e11d58d16bb7409.tar.gz
platform-system-core-c8202dc5f72e45079f71b7b52e11d58d16bb7409.tar.xz
platform-system-core-c8202dc5f72e45079f71b7b52e11d58d16bb7409.zip
Remove .(ll)ndk suffix from (ll)ndk_library
Soong handles these automatically now. Bug: 33241851 Test: Android-aosp_arm.mk is the same before/after Test: build.ninja is the same before/after Test: build-aosp_arm.ninja is the same before/after Change-Id: Ica4eedda51bb34db2f39d2c64ea436e1f633bfc3
Diffstat (limited to 'liblog/Android.bp')
-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 {
108} 108}
109 109
110ndk_library { 110ndk_library {
111 name: "liblog.ndk", 111 name: "liblog",
112 symbol_file: "liblog.map.txt", 112 symbol_file: "liblog.map.txt",
113 first_version: "9", 113 first_version: "9",
114 unversioned_until: "current", 114 unversioned_until: "current",
115} 115}
116 116
117llndk_library { 117llndk_library {
118 name: "liblog.llndk", 118 name: "liblog",
119 symbol_file: "liblog.map.txt", 119 symbol_file: "liblog.map.txt",
120 unversioned: true, 120 unversioned: true,
121 export_include_dirs: ["include_vndk"], 121 export_include_dirs: ["include_vndk"],