diff options
| author | 2018-11-16 07:47:01 +0000 | |
|---|---|---|
| committer | 2018-11-16 07:47:01 +0000 | |
| commit | fe5f477ee70f0e1057c892482b9649fc1770add9 (patch) | |
| tree | 6f45d9bfd353b0fced5f19c44a92bc5ce07fb89f | |
| parent | c6c06b004eb16cb060ca9b62da2acb4417dba4a2 (diff) | |
| parent | 761fe1bc0d6c6869dd094781ba90408d5ed0eb73 (diff) | |
Merge "Apply version-script to libjnigraphics library"
| -rw-r--r-- | native/graphics/jni/Android.bp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/native/graphics/jni/Android.bp b/native/graphics/jni/Android.bp index 942614815c3d..942eafdbc48d 100644 --- a/native/graphics/jni/Android.bp +++ b/native/graphics/jni/Android.bp @@ -37,6 +37,7 @@ cc_library_shared { ldflags: ["-Wl,--hash-style=both"], }, }, + version_script: "libjnigraphics.map.txt", } // The headers module is in frameworks/native/Android.bp. |