1*a248dafdSChristopher Ferrispackage { 2*a248dafdSChristopher Ferris // See: http://go/android-license-faq 3*a248dafdSChristopher Ferris // A large-scale-change added 'default_applicable_licenses' to import 4*a248dafdSChristopher Ferris // all of the 'license_kinds' from "external_rmi4utils_license" 5*a248dafdSChristopher Ferris // to get the below license kinds: 6*a248dafdSChristopher Ferris // SPDX-license-identifier-Apache-2.0 7*a248dafdSChristopher Ferris default_applicable_licenses: ["external_rmi4utils_license"], 8*a248dafdSChristopher Ferris} 9*a248dafdSChristopher Ferris 10*a248dafdSChristopher Ferriscc_binary { 11*a248dafdSChristopher Ferris name: "rmihidtool", 12*a248dafdSChristopher Ferris srcs: ["main.cpp"], 13*a248dafdSChristopher Ferris cflags: [ 14*a248dafdSChristopher Ferris "-Wall", 15*a248dafdSChristopher Ferris "-Werror", 16*a248dafdSChristopher Ferris "-Wno-unused-parameter", 17*a248dafdSChristopher Ferris ], 18*a248dafdSChristopher Ferris static_libs: ["rmidevice"], 19*a248dafdSChristopher Ferris} 20