mesa-drm/tests/proptest/Android.bp
Su Hong Koo 88db611498 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>
2024-08-01 10:09:05 -04:00

8 lines
161 B
Text

cc_binary {
name: "proptest",
defaults: ["libdrm_defaults"],
srcs: ["proptest.c"],
shared_libs: ["libdrm"],
static_libs: ["libdrm_util"],
}