Merge "mark a VTS tests as not unit tests" am: f9854bde67 am: 6effd8017b

Original change: https://android-review.googlesource.com/c/platform/test/vts-testcase/security/+/1662779

Change-Id: Idc325f3627c788bc8952cdb95a6a61eb67e9c961
diff --git a/system_property/Android.bp b/system_property/Android.bp
index 5c928c3..1fc9a35 100644
--- a/system_property/Android.bp
+++ b/system_property/Android.bp
@@ -44,5 +44,8 @@
             enabled: true,
             embedded_launcher: true,
         }
-    }
+    },
+    test_options: {
+        unit_test: false,
+    },
 }