summaryrefslogtreecommitdiff
path: root/Android.bp
diff options
context:
space:
mode:
Diffstat (limited to 'Android.bp')
-rw-r--r--Android.bp2
1 files changed, 2 insertions, 0 deletions
diff --git a/Android.bp b/Android.bp
index 72cd34066..8479aaa65 100644
--- a/Android.bp
+++ b/Android.bp
@@ -17,9 +17,11 @@ cc_defaults {
arch: {
arm: {
srcs: ["arm/*"],
+ cflags: ["-O3"],
},
arm64: {
srcs: ["arm/*",],
+ cflags: ["-O3"],
},
x86: {
srcs: ["intel/*"],