xref: /aosp_15_r20/external/libdrm/tests/proptest/Android.bp (revision 7688df22e49036ff52a766b7101da3a49edadb8c)
1package {
2    // See: http://go/android-license-faq
3    // A large-scale-change added 'default_applicable_licenses' to import
4    // all of the 'license_kinds' from "external_libdrm_license"
5    // to get the below license kinds:
6    //   SPDX-license-identifier-MIT
7    default_applicable_licenses: ["external_libdrm_license"],
8}
9
10cc_binary {
11    name: "proptest",
12    defaults: ["libdrm_defaults"],
13    srcs: ["proptest.c"],
14
15    shared_libs: ["libdrm"],
16    static_libs: ["libdrm_util"],
17}
18