summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorElliott Hughes <enh@google.com>2018-12-04 00:07:03 +0100
committerandroid-build-merger <android-build-merger@google.com>2018-12-04 00:07:03 +0100
commit713313d8ed08b1f7597298696f66c2fe59063f2d (patch)
tree4521cf83da3387af15fcca951e735a0216877bc0
parentMerge "Fix ensure_path_mounted_at for fsck_unshare_blocks" am: a37aa092c7 am: ec6d0626f4 (diff)
parentMerge "C++17 is the default now." am: 8fc15c02bd (diff)
downloadandroid_bootable_recovery-713313d8ed08b1f7597298696f66c2fe59063f2d.tar
android_bootable_recovery-713313d8ed08b1f7597298696f66c2fe59063f2d.tar.gz
android_bootable_recovery-713313d8ed08b1f7597298696f66c2fe59063f2d.tar.bz2
android_bootable_recovery-713313d8ed08b1f7597298696f66c2fe59063f2d.tar.lz
android_bootable_recovery-713313d8ed08b1f7597298696f66c2fe59063f2d.tar.xz
android_bootable_recovery-713313d8ed08b1f7597298696f66c2fe59063f2d.tar.zst
android_bootable_recovery-713313d8ed08b1f7597298696f66c2fe59063f2d.zip
-rw-r--r--Android.bp2
-rw-r--r--minadbd/Android.bp1
2 files changed, 0 insertions, 3 deletions
diff --git a/Android.bp b/Android.bp
index c28dc3be1..41075d23a 100644
--- a/Android.bp
+++ b/Android.bp
@@ -24,8 +24,6 @@ cc_defaults {
"-Wall",
"-Werror",
],
-
- cpp_std: "c++17",
}
cc_library {
diff --git a/minadbd/Android.bp b/minadbd/Android.bp
index 7e33261eb..370232b3f 100644
--- a/minadbd/Android.bp
+++ b/minadbd/Android.bp
@@ -15,7 +15,6 @@
cc_defaults {
name: "minadbd_defaults",
- cpp_std: "gnu++17",
cflags: [
"-DADB_HOST=0",
"-Wall",