summaryrefslogtreecommitdiffstats
path: root/fastboot
diff options
context:
space:
mode:
authorElliott Hughes <enh@google.com>2018-12-03 09:02:18 -0800
committerElliott Hughes <enh@google.com>2018-12-03 09:02:18 -0800
commit3c59cb8420ba9dc9c81e2d8a55cb0e884403dfc0 (patch)
tree649313b64707ccacb27b38e51e509b0d13a15cf5 /fastboot
parent67fe6f09d571401f5aff8c4ad4f814cb95089366 (diff)
downloadsystem_core-3c59cb8420ba9dc9c81e2d8a55cb0e884403dfc0.tar.gz
system_core-3c59cb8420ba9dc9c81e2d8a55cb0e884403dfc0.tar.bz2
system_core-3c59cb8420ba9dc9c81e2d8a55cb0e884403dfc0.zip
C++17 is the default now.
Test: builds Change-Id: I6814455e9ad2cdcf99ad66de38a3ad0bfb440d80
Diffstat (limited to 'fastboot')
-rw-r--r--fastboot/Android.bp3
1 files changed, 0 insertions, 3 deletions
diff --git a/fastboot/Android.bp b/fastboot/Android.bp
index 8006c41f9..ead21054c 100644
--- a/fastboot/Android.bp
+++ b/fastboot/Android.bp
@@ -144,8 +144,6 @@ cc_binary {
static_libs: [
"libhealthhalutils",
],
-
- cpp_std: "c++17",
}
cc_defaults {
@@ -212,7 +210,6 @@ cc_library_host_static {
name: "libfastboot",
defaults: ["fastboot_host_defaults"],
- cpp_std: "c++17",
srcs: [
"bootimg_utils.cpp",
"fastboot.cpp",