From 450311d91af2f7b86148fcbc8ffe35a02e3989f0 Mon Sep 17 00:00:00 2001 From: Wenhao Wang Date: Thu, 12 Nov 2020 16:48:18 -0800 Subject: [PATCH] trusty-ut-ctrl: Make it as binary Make the trusty-ut-ctrl as binary such that we can put it into factory image, put it into PRODECT_PACKAGES_DEBUG fro the device.mk Bug: 152901318 Test: Trusty storage tests Change-Id: I8229113e7649c25d0a712b2b0964f23c9d41cf26 --- trusty/utils/trusty-ut-ctrl/Android.bp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/trusty/utils/trusty-ut-ctrl/Android.bp b/trusty/utils/trusty-ut-ctrl/Android.bp index 9c8af7b3b..664696a0d 100644 --- a/trusty/utils/trusty-ut-ctrl/Android.bp +++ b/trusty/utils/trusty-ut-ctrl/Android.bp @@ -12,7 +12,7 @@ // See the License for the specific language governing permissions and // limitations under the License. -cc_test { +cc_binary { name: "trusty-ut-ctrl", vendor: true, @@ -24,7 +24,6 @@ cc_test { static_libs: [ "libtrusty", ], - gtest: false, cflags: [ "-Wall", "-Werror",