summaryrefslogtreecommitdiff
path: root/property_service
diff options
context:
space:
mode:
authorElliott Hughes <enh@google.com>2021-02-04 09:05:01 -0800
committerElliott Hughes <enh@google.com>2021-02-04 09:05:01 -0800
commit9bfd98642288b199ebc77bd0c23386d35f7dd0c3 (patch)
tree1ef57687ca9243f96e4f1f57800df915bc7c98ae /property_service
parent3ce24b87a26ebb26536f2ad9cb37bac34b9d7772 (diff)
downloadcore-9bfd98642288b199ebc77bd0c23386d35f7dd0c3.tar.gz
Remove all the `cpp_std: "experimental"`s.
None of them are necessary, and it's more intention-revealing to say `c++2a` or whatever anyway. Test: treehugger Change-Id: Ie1df26499d160d6fc757d17fcb0121997bda14f9
Diffstat (limited to 'property_service')
-rw-r--r--property_service/libpropertyinfoparser/Android.bp1
-rw-r--r--property_service/libpropertyinfoserializer/Android.bp1
-rw-r--r--property_service/property_info_checker/Android.bp1
3 files changed, 0 insertions, 3 deletions
diff --git a/property_service/libpropertyinfoparser/Android.bp b/property_service/libpropertyinfoparser/Android.bp
index 2d7e9cb8e..877789632 100644
--- a/property_service/libpropertyinfoparser/Android.bp
+++ b/property_service/libpropertyinfoparser/Android.bp
@@ -8,7 +8,6 @@ cc_library_static {
native_bridge_supported: true,
srcs: ["property_info_parser.cpp"],
- cpp_std: "experimental",
cppflags: [
"-Wall",
"-Wextra",
diff --git a/property_service/libpropertyinfoserializer/Android.bp b/property_service/libpropertyinfoserializer/Android.bp
index aa02a3a29..f91bc3785 100644
--- a/property_service/libpropertyinfoserializer/Android.bp
+++ b/property_service/libpropertyinfoserializer/Android.bp
@@ -1,7 +1,6 @@
cc_defaults {
name: "propertyinfoserializer_defaults",
host_supported: true,
- cpp_std: "experimental",
cppflags: [
"-Wall",
"-Wextra",
diff --git a/property_service/property_info_checker/Android.bp b/property_service/property_info_checker/Android.bp
index 65e660a21..66f378a80 100644
--- a/property_service/property_info_checker/Android.bp
+++ b/property_service/property_info_checker/Android.bp
@@ -2,7 +2,6 @@ cc_binary {
name: "property_info_checker",
host_supported: true,
static_executable: true,
- cpp_std: "experimental",
static_libs: [
"libpropertyinfoserializer",
"libpropertyinfoparser",