diff options
| author | 2018-11-16 00:09:55 -0800 | |
|---|---|---|
| committer | 2018-11-16 00:09:55 -0800 | |
| commit | 2520d62b6a58b6dd05d2aa4807a9fbce5fb00c9f (patch) | |
| tree | 434b56197edf62621697aab5be63e276d76b6cda | |
| parent | 95a00c44963ee6dd07a897457a7fe3c7c9a5b140 (diff) | |
| parent | fe5f477ee70f0e1057c892482b9649fc1770add9 (diff) | |
Merge "Apply version-script to libjnigraphics library"
am: fe5f477ee7
Change-Id: I3f9fc5968ba2d6a9e93203060933ca9fbfd3e6af
| -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. |