Merge "Fixing app compat issue b/72143978"
This commit is contained in:
@@ -30,6 +30,13 @@ cc_library_shared {
|
|||||||
"libandroid_runtime",
|
"libandroid_runtime",
|
||||||
"libskia",
|
"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.
|
// The headers module is in frameworks/native/Android.bp.
|
||||||
|
|||||||
Reference in New Issue
Block a user