From 99a415038be8381861120849b4f048ab3fb93007 Mon Sep 17 00:00:00 2001 From: Tom Cherry Date: Fri, 5 Jan 2018 13:56:27 -0800 Subject: [PATCH] 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 --- property_service/property_info_checker/Android.bp | 1 + 1 file changed, 1 insertion(+) diff --git a/property_service/property_info_checker/Android.bp b/property_service/property_info_checker/Android.bp index 78659d40d..6e9e7f163 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: {