diff options
author | Elliott Hughes <enh@google.com> | 2016-10-10 14:31:12 -0700 |
---|---|---|
committer | Elliott Hughes <enh@google.com> | 2016-10-10 14:31:12 -0700 |
commit | 36e0d390a2de7d13cdf667d9a7d125f0d66b3107 (patch) | |
tree | b7ae89c6bbe40c5e820b8ddc2e2f073a67794911 /fastboot | |
parent | 0d762648d0b9cb29f13f3f8cb7815236078fafbd (diff) | |
download | core-36e0d390a2de7d13cdf667d9a7d125f0d66b3107.tar.gz core-36e0d390a2de7d13cdf667d9a7d125f0d66b3107.tar.bz2 core-36e0d390a2de7d13cdf667d9a7d125f0d66b3107.zip |
Rely on the platform -std default.
Bug: http://b/32019064
Test: builds
Change-Id: I18a1d816d63b64601485045070851f32d44e85eb
Diffstat (limited to 'fastboot')
-rw-r--r-- | fastboot/Android.mk | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/fastboot/Android.mk b/fastboot/Android.mk index 7112d1dc0..b950e9c35 100644 --- a/fastboot/Android.mk +++ b/fastboot/Android.mk @@ -38,7 +38,6 @@ LOCAL_SRC_FILES := \ LOCAL_MODULE := fastboot LOCAL_MODULE_TAGS := debug LOCAL_MODULE_HOST_OS := darwin linux windows -LOCAL_CONLYFLAGS += -std=gnu99 LOCAL_CFLAGS += -Wall -Wextra -Werror -Wunreachable-code LOCAL_CFLAGS += -DFASTBOOT_REVISION='"$(fastboot_version)"' |