commit | 4f16e85d2f8852efd8ddeecc323ea47670a00c74 | [log] [tgz] |
---|---|---|
author | dimitry <[email protected]> | Mon Aug 26 18:38:50 2019 +0200 |
committer | dimitry <[email protected]> | Mon Aug 26 18:38:50 2019 +0200 |
tree | baf7f88023330464595430693f7cd974e23ebdd5 | |
parent | 6f9af935036e2aa9df869360387aa6fb71cd3b8b [diff] |
Apply version script to libamidi.so Hide unintentionally exported symbols, validate that symbols mentioned in the map file are actually exported by the library. Bug: http://b/69603741 Test: make Change-Id: I53deafa7d730944eaccc044be44f535c720a2985
diff --git a/media/native/midi/Android.bp b/media/native/midi/Android.bp index 58317ed..a0d20506 100644 --- a/media/native/midi/Android.bp +++ b/media/native/midi/Android.bp
@@ -40,6 +40,8 @@ "libandroid_runtime", ], + version_script: "libamidi.map.txt", + export_include_dirs: ["include"], }