tests: Make modetest and proptest cc_binary in Android.bp

Change module type of modetest and proptest from cc_test to cc_binary,
as neither are tests.

Signed-off-by: Su Hong Koo <sukoo@google.com>
This commit is contained in:
Su Hong Koo 2024-08-01 10:08:08 -04:00
parent b0815faac0
commit 88db611498
2 changed files with 2 additions and 2 deletions

View file

@ -1,6 +1,6 @@
build = ["Android.sources.bp"]
cc_test {
cc_binary {
name: "modetest",
defaults: [
"libdrm_defaults",

View file

@ -1,4 +1,4 @@
cc_test {
cc_binary {
name: "proptest",
defaults: ["libdrm_defaults"],
srcs: ["proptest.c"],