mirror of
https://gitlab.freedesktop.org/mesa/drm.git
synced 2025-12-20 10:30:11 +01:00
modetest: Make modetest availble to vendor on Android
Make modetest available to vendors on Android. libdrm_util and libdrm_test_headers is also made available to vendors since these are depenencies of modetest. This results in the module target modetest.vendor being availble to vendor modules. Signed-off-by: Rob Barnes <robbarnes at google.com>
This commit is contained in:
parent
e68e9b8013
commit
f314a43f14
3 changed files with 3 additions and 0 deletions
|
|
@ -3,4 +3,5 @@ subdirs = ["*"]
|
|||
cc_library_headers {
|
||||
name: "libdrm_test_headers",
|
||||
export_include_dirs: ["."],
|
||||
vendor_available: true,
|
||||
}
|
||||
|
|
|
|||
|
|
@ -9,4 +9,5 @@ cc_binary {
|
|||
|
||||
shared_libs: ["libdrm"],
|
||||
static_libs: ["libdrm_util"],
|
||||
vendor_available: true,
|
||||
}
|
||||
|
|
|
|||
|
|
@ -32,4 +32,5 @@ cc_library_static {
|
|||
shared_libs: ["libdrm"],
|
||||
header_libs: ["libdrm_test_headers"],
|
||||
export_header_lib_headers: ["libdrm_test_headers"],
|
||||
vendor_available: true,
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue