summaryrefslogtreecommitdiffstats
path: root/Android.bp
diff options
context:
space:
mode:
authorTao Bao <tbao@google.com>2018-08-28 19:09:13 +0200
committerTao Bao <tbao@google.com>2018-08-28 19:49:07 +0200
commit43bfa6e429d650ca94e69d170f872079ba76534a (patch)
tree8b40951fec00af3b937baf52cd4dbf6563634065 /Android.bp
parentMerge "Remove otafault" (diff)
downloadandroid_bootable_recovery-43bfa6e429d650ca94e69d170f872079ba76534a.tar
android_bootable_recovery-43bfa6e429d650ca94e69d170f872079ba76534a.tar.gz
android_bootable_recovery-43bfa6e429d650ca94e69d170f872079ba76534a.tar.bz2
android_bootable_recovery-43bfa6e429d650ca94e69d170f872079ba76534a.tar.lz
android_bootable_recovery-43bfa6e429d650ca94e69d170f872079ba76534a.tar.xz
android_bootable_recovery-43bfa6e429d650ca94e69d170f872079ba76534a.tar.zst
android_bootable_recovery-43bfa6e429d650ca94e69d170f872079ba76534a.zip
Diffstat (limited to '')
-rw-r--r--Android.bp2
1 files changed, 2 insertions, 0 deletions
diff --git a/Android.bp b/Android.bp
index c5fcd65c0..afab76c20 100644
--- a/Android.bp
+++ b/Android.bp
@@ -24,6 +24,8 @@ cc_defaults {
"-Wall",
"-Werror",
],
+
+ cpp_std: "c++17",
}
cc_library {