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:
@@ -24,6 +24,8 @@ cc_defaults {
|
||||
"-Wall",
|
||||
"-Werror",
|
||||
],
|
||||
|
||||
cpp_std: "c++17",
|
||||
}
|
||||
|
||||
cc_library {
|
||||
|
||||
Reference in New Issue
Block a user