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_llvm_license" 5 // to get the below license kinds: 6 // SPDX-license-identifier-NCSA 7 // legacy_permissive 8 default_applicable_licenses: ["external_llvm_license"], 9} 10 11cc_library_static { 12 name: "libLLVMTarget", 13 defaults: [ 14 "llvm-lib-defaults", 15 ], 16 srcs: ["*.cpp"], 17} 18 19subdirs = ["*"] 20