We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents e797aab + 42b0ce6 commit d7c1d50Copy full SHA for d7c1d50
libc/Android.bp
@@ -120,12 +120,12 @@ cc_defaults {
120
// ========================================================
121
cc_defaults {
122
name: "bug_24465209_workaround",
123
- arch: {
124
- arm: {
+ target: {
+ android_arm: {
125
pack_relocations: false,
126
ldflags: ["-Wl,--hash-style=both"],
127
},
128
- x86: {
+ android_x86: {
129
130
131
}
0 commit comments