1*9880d681SAndroid Build Coastguard Workerpackage { 2*9880d681SAndroid Build Coastguard Worker // See: http://go/android-license-faq 3*9880d681SAndroid Build Coastguard Worker // A large-scale-change added 'default_applicable_licenses' to import 4*9880d681SAndroid Build Coastguard Worker // all of the 'license_kinds' from "external_llvm_license" 5*9880d681SAndroid Build Coastguard Worker // to get the below license kinds: 6*9880d681SAndroid Build Coastguard Worker // SPDX-license-identifier-NCSA 7*9880d681SAndroid Build Coastguard Worker default_applicable_licenses: ["external_llvm_license"], 8*9880d681SAndroid Build Coastguard Worker} 9*9880d681SAndroid Build Coastguard Worker 10*9880d681SAndroid Build Coastguard Workercc_library_static { 11*9880d681SAndroid Build Coastguard Worker name: "libLLVMGlobalISel", 12*9880d681SAndroid Build Coastguard Worker defaults: [ 13*9880d681SAndroid Build Coastguard Worker "llvm-lib-defaults", 14*9880d681SAndroid Build Coastguard Worker ], 15*9880d681SAndroid Build Coastguard Worker // Only pull in this one file to ensure we aren't building with this 16*9880d681SAndroid Build Coastguard Worker // experimental feature just yet. 17*9880d681SAndroid Build Coastguard Worker srcs: ["GlobalISel.cpp"], 18*9880d681SAndroid Build Coastguard Worker} 19