summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDan Albert2017-01-05 17:55:49 -0600
committerDan Albert2017-01-06 13:04:15 -0600
commit9a41bcecc6410c0b0fa51666a61fa0554a961414 (patch)
treef73a14386e251031a46a54b0c11b5bad4e672192 /liblog/Android.bp
parent9f59a4663c0b6bdcc8a4fa82b0b966ee2522ffb1 (diff)
downloadplatform-system-core-9a41bcecc6410c0b0fa51666a61fa0554a961414.tar.gz
platform-system-core-9a41bcecc6410c0b0fa51666a61fa0554a961414.tar.xz
platform-system-core-9a41bcecc6410c0b0fa51666a61fa0554a961414.zip
Unversion NDK stub libraries.
The system versions of these libraries aren't versioned yet. Bug: https://github.com/android-ndk/ndk/issues/278 Test: make ndk Change-Id: Icf5ff9921441d3e252771aef37002c772c08cbd0
Diffstat (limited to 'liblog/Android.bp')
-rw-r--r--liblog/Android.bp1
1 files changed, 1 insertions, 0 deletions
diff --git a/liblog/Android.bp b/liblog/Android.bp
index be47fc333..bbe7d793e 100644
--- a/liblog/Android.bp
+++ b/liblog/Android.bp
@@ -115,4 +115,5 @@ ndk_library {
115 name: "liblog.ndk", 115 name: "liblog.ndk",
116 symbol_file: "liblog.map.txt", 116 symbol_file: "liblog.map.txt",
117 first_version: "9", 117 first_version: "9",
118 unversioned_until: "current",
118} 119}