1*9880d681SAndroid Build Coastguard Worker//===---------------------------------------------------------------=== 2*9880d681SAndroid Build Coastguard Worker// not command line tool 3*9880d681SAndroid Build Coastguard Worker//===---------------------------------------------------------------=== 4*9880d681SAndroid Build Coastguard Worker 5*9880d681SAndroid Build Coastguard Workerpackage { 6*9880d681SAndroid Build Coastguard Worker // See: http://go/android-license-faq 7*9880d681SAndroid Build Coastguard Worker // A large-scale-change added 'default_applicable_licenses' to import 8*9880d681SAndroid Build Coastguard Worker // all of the 'license_kinds' from "external_llvm_license" 9*9880d681SAndroid Build Coastguard Worker // to get the below license kinds: 10*9880d681SAndroid Build Coastguard Worker // SPDX-license-identifier-NCSA 11*9880d681SAndroid Build Coastguard Worker default_applicable_licenses: ["external_llvm_license"], 12*9880d681SAndroid Build Coastguard Worker} 13*9880d681SAndroid Build Coastguard Worker 14*9880d681SAndroid Build Coastguard Workercc_binary_host { 15*9880d681SAndroid Build Coastguard Worker name: "not", 16*9880d681SAndroid Build Coastguard Worker defaults: ["llvm-defaults"], 17*9880d681SAndroid Build Coastguard Worker srcs: ["not.cpp"], 18*9880d681SAndroid Build Coastguard Worker static_libs: [ 19*9880d681SAndroid Build Coastguard Worker "libLLVMCore", 20*9880d681SAndroid Build Coastguard Worker "libLLVMSupport", 21*9880d681SAndroid Build Coastguard Worker ], 22*9880d681SAndroid Build Coastguard Worker} 23