summaryrefslogtreecommitdiff
path: root/native/android
diff options
context:
space:
mode:
authordimitry <dimitry@google.com>2018-11-08 15:07:32 +0100
committerdimitry <dimitry@google.com>2018-11-08 15:07:32 +0100
commit499745f900bd05ca3c20a175de96c13bf77f8ede (patch)
tree5d9ec5baa502e43bfb23f583d549ae9567bc4e0e /native/android
parent009b2dd158183062f4c9ad681636797350699f57 (diff)
Apply version-script to libandroid library.
Hides unintentionally exported symbols from the library. Test: make checkbuild Bug: http://b/69603741 Change-Id: Id679077267cc5ea6168c0b4701f827458087cb70
Diffstat (limited to 'native/android')
-rw-r--r--native/android/Android.bp2
1 files changed, 2 insertions, 0 deletions
diff --git a/native/android/Android.bp b/native/android/Android.bp
index 4fb5e748aaac..c26d980aa2fc 100644
--- a/native/android/Android.bp
+++ b/native/android/Android.bp
@@ -76,6 +76,8 @@ cc_library_shared {
export_static_lib_headers: ["libarect"],
include_dirs: ["bionic/libc/dns/include"],
+
+ version_script: "libandroid.map.txt",
}
// Network library.