From 43bfa6e429d650ca94e69d170f872079ba76534a Mon Sep 17 00:00:00 2001 From: Tao Bao Date: Tue, 28 Aug 2018 10:09:13 -0700 Subject: Enable c++17 in recovery_defaults. And add the first few users. Test: Run recovery_unit_test and recovery_component_test on marlin. Change-Id: Ifdf093d011478b6a1dd0405b0ba48c145b509cc8 --- Android.bp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'Android.bp') 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 { -- cgit v1.2.3