diff options
-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 d7695ef17a08..ae141be218f4 100644 --- a/native/graphics/jni/Android.bp +++ b/native/graphics/jni/Android.bp @@ -34,6 +34,7 @@ cc_library_shared { arch: { arm: { // TODO: This is to work around b/24465209. Remove after root cause is fixed + pack_relocations: false, ldflags: ["-Wl,--hash-style=both"], }, }, |