We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents d925ec6 + 6056043 commit 30ad90fCopy full SHA for 30ad90f
1 file changed
libs/binder/Android.bp
@@ -159,6 +159,11 @@ cc_defaults {
159
"UtilsHost.cpp",
160
],
161
},
162
+ android: {
163
+ lto: {
164
+ thin: true,
165
+ },
166
167
168
169
aidl: {
@@ -219,9 +224,6 @@ cc_defaults {
219
224
"-performance-move-const-arg", // b/273486801
220
225
"portability*",
221
226
222
- lto: {
223
- thin: true,
- },
227
}
228
229
cc_library_headers {
0 commit comments