mirror of
https://gitlab.freedesktop.org/mesa/drm.git
synced 2025-12-20 04:40:09 +01:00
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>
8 lines
161 B
Text
8 lines
161 B
Text
cc_binary {
|
|
name: "proptest",
|
|
defaults: ["libdrm_defaults"],
|
|
srcs: ["proptest.c"],
|
|
|
|
shared_libs: ["libdrm"],
|
|
static_libs: ["libdrm_util"],
|
|
}
|