@@ -31,6 +31,7 @@ cc_library_shared_for_libandroid_runtime {
|
||||
name: "libandroid_runtime",
|
||||
host_supported: true,
|
||||
cflags: [
|
||||
"-O3",
|
||||
"-Wno-cast-function-type-mismatch",
|
||||
"-Wno-unused-parameter",
|
||||
"-Wno-non-virtual-dtor",
|
||||
@@ -54,7 +55,7 @@ cc_library_shared_for_libandroid_runtime {
|
||||
"-Wunreachable-code",
|
||||
],
|
||||
|
||||
cppflags: ["-Wno-conversion-null"],
|
||||
cppflags: ["-Wno-conversion-null", "-O3"],
|
||||
|
||||
product_variables: {
|
||||
eng: {
|
||||
|
||||
Reference in New Issue
Block a user