Merge "Fixing app compat issue b/72143978"

am: 8353a39ecc

Change-Id: I4ca60a29aec20f08c65d85b03a080a19d03c7345
This commit is contained in:
Ian Pedowitz
2018-01-19 04:13:00 +00:00
committed by android-build-merger

View File

@@ -30,6 +30,13 @@ cc_library_shared {
"libandroid_runtime",
"libskia",
],
arch: {
arm: {
// TODO: This is to work around b/24465209. Remove after root cause is fixed
ldflags: ["-Wl,--hash-style=both"],
},
},
}
// The headers module is in frameworks/native/Android.bp.