Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 3d360410 authored by Armelle Laine's avatar Armelle Laine
Browse files

trusty: utils: trusty-ut-ctrl: declare trusty-ut-ctrl.system as cc_test

cc_test is preferred for this test utility for it to
be packaged in the test package instead of impacting
the system_ext partition.

Bug: 367423387
Test: atest TrustyVMUnitTests
Change-Id: If9fb87e33b24be02bbccec47513a295d18fdad72
parent 4dafb931
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -39,8 +39,8 @@ cc_binary {
    vendor: true,
}

cc_binary {
cc_test {
    name: "trusty-ut-ctrl.system",
    defaults: ["trusty-ut-ctrl.defaults"],
    system_ext_specific: true,
    gtest: false,
}