summaryrefslogtreecommitdiff
path: root/property_service
diff options
context:
space:
mode:
authorElliott Hughes <enh@google.com>2018-04-27 16:12:06 -0700
committerElliott Hughes <enh@google.com>2018-04-27 16:12:06 -0700
commit40fdf3f4ab587f01d95b2ec119d817499b0edece (patch)
treeca59f23937fb33ebf7c1a6cf088eda0d0f7ce835 /property_service
parentf88905d231367eeeb72379d9eb2debbadb47b788 (diff)
downloadcore-40fdf3f4ab587f01d95b2ec119d817499b0edece.tar.gz
Add test_suites lines.
Bug: N/A Test: builds Change-Id: Ic5e2b9206bcfcb53c774989013b5db6aab462e42
Diffstat (limited to 'property_service')
-rw-r--r--property_service/libpropertyinfoserializer/Android.bp1
1 files changed, 1 insertions, 0 deletions
diff --git a/property_service/libpropertyinfoserializer/Android.bp b/property_service/libpropertyinfoserializer/Android.bp
index 72ae19adf..3c4bdc346 100644
--- a/property_service/libpropertyinfoserializer/Android.bp
+++ b/property_service/libpropertyinfoserializer/Android.bp
@@ -35,4 +35,5 @@ cc_test {
"property_info_serializer_test.cpp",
],
static_libs: ["libpropertyinfoserializer"],
+ test_suites: ["device-tests"],
}