mesa-drm/tests/modetest/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

12 lines
210 B
Text

build = ["Android.sources.bp"]
cc_binary {
name: "modetest",
defaults: [
"libdrm_defaults",
"modetest_sources",
],
shared_libs: ["libdrm"],
static_libs: ["libdrm_util"],
}