summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'property_service')
-rw-r--r--property_service/libpropertyinfoparser/Android.bp1
-rw-r--r--property_service/libpropertyinfoserializer/Android.bp1
2 files changed, 2 insertions, 0 deletions
diff --git a/property_service/libpropertyinfoparser/Android.bp b/property_service/libpropertyinfoparser/Android.bp
index 39cd8ec7d..ea9b968b6 100644
--- a/property_service/libpropertyinfoparser/Android.bp
+++ b/property_service/libpropertyinfoparser/Android.bp
@@ -1,6 +1,7 @@
1cc_library_static { 1cc_library_static {
2 name: "libpropertyinfoparser", 2 name: "libpropertyinfoparser",
3 host_supported: true, 3 host_supported: true,
4 vendor_available: true,
4 srcs: ["property_info_parser.cpp"], 5 srcs: ["property_info_parser.cpp"],
5 6
6 cpp_std: "experimental", 7 cpp_std: "experimental",
diff --git a/property_service/libpropertyinfoserializer/Android.bp b/property_service/libpropertyinfoserializer/Android.bp
index be177f986..72ae19adf 100644
--- a/property_service/libpropertyinfoserializer/Android.bp
+++ b/property_service/libpropertyinfoserializer/Android.bp
@@ -1,6 +1,7 @@
1cc_defaults { 1cc_defaults {
2 name: "propertyinfoserializer_defaults", 2 name: "propertyinfoserializer_defaults",
3 host_supported: true, 3 host_supported: true,
4 vendor_available: true,
4 cpp_std: "experimental", 5 cpp_std: "experimental",
5 cppflags: [ 6 cppflags: [
6 "-Wall", 7 "-Wall",