summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTreehugger Robot <treehugger-gerrit@google.com>2018-12-03 21:42:40 +0100
committerGerrit Code Review <noreply-gerritcodereview@google.com>2018-12-03 21:42:40 +0100
commit8fc15c02bdf1f5894b0a88f948ae677912426139 (patch)
tree4521cf83da3387af15fcca951e735a0216877bc0
parentMerge "Fix ensure_path_mounted_at for fsck_unshare_blocks" (diff)
parentC++17 is the default now. (diff)
downloadandroid_bootable_recovery-8fc15c02bdf1f5894b0a88f948ae677912426139.tar
android_bootable_recovery-8fc15c02bdf1f5894b0a88f948ae677912426139.tar.gz
android_bootable_recovery-8fc15c02bdf1f5894b0a88f948ae677912426139.tar.bz2
android_bootable_recovery-8fc15c02bdf1f5894b0a88f948ae677912426139.tar.lz
android_bootable_recovery-8fc15c02bdf1f5894b0a88f948ae677912426139.tar.xz
android_bootable_recovery-8fc15c02bdf1f5894b0a88f948ae677912426139.tar.zst
android_bootable_recovery-8fc15c02bdf1f5894b0a88f948ae677912426139.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",