1*7688df22SAndroid Build Coastguard Workerpackage { 2*7688df22SAndroid Build Coastguard Worker // See: http://go/android-license-faq 3*7688df22SAndroid Build Coastguard Worker // A large-scale-change added 'default_applicable_licenses' to import 4*7688df22SAndroid Build Coastguard Worker // all of the 'license_kinds' from "external_libdrm_license" 5*7688df22SAndroid Build Coastguard Worker // to get the below license kinds: 6*7688df22SAndroid Build Coastguard Worker // SPDX-license-identifier-MIT 7*7688df22SAndroid Build Coastguard Worker default_applicable_licenses: ["external_libdrm_license"], 8*7688df22SAndroid Build Coastguard Worker} 9*7688df22SAndroid Build Coastguard Worker 10*7688df22SAndroid Build Coastguard Workerbuild = ["Android.sources.bp"] 11*7688df22SAndroid Build Coastguard Worker 12*7688df22SAndroid Build Coastguard Workercc_binary { 13*7688df22SAndroid Build Coastguard Worker name: "modetest", 14*7688df22SAndroid Build Coastguard Worker defaults: [ 15*7688df22SAndroid Build Coastguard Worker "libdrm_defaults", 16*7688df22SAndroid Build Coastguard Worker "modetest_sources", 17*7688df22SAndroid Build Coastguard Worker ], 18*7688df22SAndroid Build Coastguard Worker 19*7688df22SAndroid Build Coastguard Worker shared_libs: ["libdrm"], 20*7688df22SAndroid Build Coastguard Worker static_libs: ["libdrm_util"], 21*7688df22SAndroid Build Coastguard Worker vendor_available: true, 22*7688df22SAndroid Build Coastguard Worker} 23