Make property_info_checker a static executable for CTS

property_info_checker is packaged with CTS, therefore it should be a
static exectuable to not require shared libraries.

Bug: 36001741
Test: CTS SELinuxHostTest#testValidPropertyContexts
Change-Id: Ib139094f8217e3d829677ab92b8450287a65d3f7
diff --git a/property_service/property_info_checker/Android.bp b/property_service/property_info_checker/Android.bp
index 78659d4..6e9e7f1 100644
--- a/property_service/property_info_checker/Android.bp
+++ b/property_service/property_info_checker/Android.bp
@@ -1,6 +1,7 @@
 cc_binary {
     name: "property_info_checker",
     host_supported: true,
+    static_executable: true,
     cpp_std: "experimental",
     target: {
         linux: {