commit | 449d36cf032459f8b744170e5ee6e395e632dd7f | [log] [tgz] |
---|---|---|
author | Tom Cherry <tomcherry@google.com> | Fri Jan 05 13:56:27 2018 -0800 |
committer | Tom Cherry <tomcherry@google.com> | Fri Jan 05 13:56:27 2018 -0800 |
tree | 15983bfb5354f40888b95e16f4c3fbed0550c075 | |
parent | 5f5bfa272606aee15f1dba4044db93772db0ca2e [diff] |
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: {