commit | 28bf90f32b63addac369e530d953a3d5fcd3834c | [log] [tgz] |
---|---|---|
author | Josh Gao <jmgao@google.com> | Mon Feb 03 09:28:57 2020 +0000 |
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | Mon Feb 03 09:28:57 2020 +0000 |
tree | 686dfbdc210047174fa4c02dd592d57b8d23a2f2 | |
parent | 03aaecbd9950cbc152c6416863a6370c75df36dd [diff] | |
parent | 24b01d2de89100edda43463e69447bd9182b6df4 [diff] |
Merge "libadbconnection_client: apply version script to library."
diff --git a/adb/Android.bp b/adb/Android.bp index 7c5e3ea..7e3be61 100644 --- a/adb/Android.bp +++ b/adb/Android.bp
@@ -160,6 +160,7 @@ // libadbconnection_client doesn't need an embedded build number. use_version_lib: false, + version_script: "adbconnection/libadbconnection_client.map.txt", stubs: { symbol_file: "adbconnection/libadbconnection_client.map.txt", versions: ["1"],