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
This commit is contained in:
Tao Bao
2018-08-28 10:09:13 -07:00
parent a1e3d67bd7
commit 43bfa6e429
3 changed files with 42 additions and 44 deletions

View File

@@ -24,6 +24,8 @@ cc_defaults {
"-Wall",
"-Werror",
],
cpp_std: "c++17",
}
cc_library {