Merge "trusty-ut-ctrl: Make it as binary"
This commit is contained in:
commit
36d45bbfd5
1 changed files with 1 additions and 2 deletions
|
|
@ -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",
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue