Merge "trusty-ut-ctrl: Make it as binary"

This commit is contained in:
Wenhao Wang 2020-12-02 03:28:58 +00:00 committed by Gerrit Code Review
commit 36d45bbfd5

View file

@ -12,7 +12,7 @@
// See the License for the specific language governing permissions and // See the License for the specific language governing permissions and
// limitations under the License. // limitations under the License.
cc_test { cc_binary {
name: "trusty-ut-ctrl", name: "trusty-ut-ctrl",
vendor: true, vendor: true,
@ -24,7 +24,6 @@ cc_test {
static_libs: [ static_libs: [
"libtrusty", "libtrusty",
], ],
gtest: false,
cflags: [ cflags: [
"-Wall", "-Wall",
"-Werror", "-Werror",