mirror of
https://gitlab.freedesktop.org/mesa/drm.git
synced 2025-12-20 02:20:15 +01:00
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:
parent
b0815faac0
commit
88db611498
2 changed files with 2 additions and 2 deletions
|
|
@ -1,6 +1,6 @@
|
|||
build = ["Android.sources.bp"]
|
||||
|
||||
cc_test {
|
||||
cc_binary {
|
||||
name: "modetest",
|
||||
defaults: [
|
||||
"libdrm_defaults",
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
cc_test {
|
||||
cc_binary {
|
||||
name: "proptest",
|
||||
defaults: ["libdrm_defaults"],
|
||||
srcs: ["proptest.c"],
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue