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",