diff options
author | Treehugger Robot <treehugger-gerrit@google.com> | 2018-12-03 21:42:40 +0100 |
---|---|---|
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | 2018-12-03 21:42:40 +0100 |
commit | 8fc15c02bdf1f5894b0a88f948ae677912426139 (patch) | |
tree | 4521cf83da3387af15fcca951e735a0216877bc0 /minadbd | |
parent | Merge "Fix ensure_path_mounted_at for fsck_unshare_blocks" (diff) | |
parent | C++17 is the default now. (diff) | |
download | android_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 |
Diffstat (limited to 'minadbd')
-rw-r--r-- | minadbd/Android.bp | 1 |
1 files changed, 0 insertions, 1 deletions
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", |