summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorElliott Hughes <enh@google.com>2018-10-15 22:56:18 -0700
committerandroid-build-merger <android-build-merger@google.com>2018-10-15 22:56:18 -0700
commit55c1f85741eb7c9869d6f31561bc5c633691efeb (patch)
treebab5df5c0b71e0a3ec2b5c817aacd526f86c82d5
parent9e2333b4ae30c0b56bd3549b4ddec09528f8ca94 (diff)
parenteb8d01c1c9abe6a45e73cc809587d94d5930305c (diff)
downloadandroid_external_mksh-55c1f85741eb7c9869d6f31561bc5c633691efeb.tar.gz
android_external_mksh-55c1f85741eb7c9869d6f31561bc5c633691efeb.tar.bz2
android_external_mksh-55c1f85741eb7c9869d6f31561bc5c633691efeb.zip
Merge "mksh: allow -fstack-protector-strong." am: 73cd92e91b am: 013c8c338c
am: eb8d01c1c9 Change-Id: Ia4e7d7708d10793fda4200bc77014d69466772b6
-rw-r--r--Android.bp1
1 files changed, 0 insertions, 1 deletions
diff --git a/Android.bp b/Android.bp
index 1f846b0..cb2d43c 100644
--- a/Android.bp
+++ b/Android.bp
@@ -32,7 +32,6 @@ cc_defaults {
"-Wno-deprecated-declarations",
"-fno-asynchronous-unwind-tables",
"-fno-strict-aliasing",
- "-fstack-protector",
"-fwrapv",
// ...various options we choose