commit | 9db4be105a14ec3d7bd2a199caeb64d0c27be393 | [log] [tgz] |
---|---|---|
author | Elliott Hughes <enh@google.com> | Tue Dec 04 13:06:50 2018 -0800 |
committer | Elliott Hughes <enh@google.com> | Tue Dec 04 13:06:50 2018 -0800 |
tree | 13959bbd9cb7bf2a8e120b4c6c667c2f7ef019d9 | |
parent | e229d5efac0a84a3a24a1c07a5ddbd7b153853a8 [diff] |
C++17 is now the default. Test: builds Change-Id: Ibd6569c25f4ddfed3fd0cec771fba72cd5b9bd14
diff --git a/keystore-engine/Android.bp b/keystore-engine/Android.bp index e7cd09d..60f5940 100644 --- a/keystore-engine/Android.bp +++ b/keystore-engine/Android.bp
@@ -25,7 +25,6 @@ "-Wall", "-Werror", ], - cpp_std: "c++17", shared_libs: [ "libbinder", @@ -58,7 +57,6 @@ "-Werror", "-DBACKEND_WIFI_HIDL", ], - cpp_std: "c++17", shared_libs: [ "android.system.wifi.keystore@1.0",