1*e01b6f76SAndroid Build Coastguard Workerpackage { 2*e01b6f76SAndroid Build Coastguard Worker // See: http://go/android-license-faq 3*e01b6f76SAndroid Build Coastguard Worker // A large-scale-change added 'default_applicable_licenses' to import 4*e01b6f76SAndroid Build Coastguard Worker // all of the 'license_kinds' from "hardware_libhardware_license" 5*e01b6f76SAndroid Build Coastguard Worker // to get the below license kinds: 6*e01b6f76SAndroid Build Coastguard Worker // SPDX-license-identifier-Apache-2.0 7*e01b6f76SAndroid Build Coastguard Worker default_applicable_licenses: ["hardware_libhardware_license"], 8*e01b6f76SAndroid Build Coastguard Worker} 9*e01b6f76SAndroid Build Coastguard Worker 10*e01b6f76SAndroid Build Coastguard Workercc_binary { 11*e01b6f76SAndroid Build Coastguard Worker name: "test-nusensors", 12*e01b6f76SAndroid Build Coastguard Worker 13*e01b6f76SAndroid Build Coastguard Worker srcs: ["nusensors.cpp"], 14*e01b6f76SAndroid Build Coastguard Worker 15*e01b6f76SAndroid Build Coastguard Worker cflags: ["-Wall", "-Werror"], 16*e01b6f76SAndroid Build Coastguard Worker 17*e01b6f76SAndroid Build Coastguard Worker shared_libs: [ 18*e01b6f76SAndroid Build Coastguard Worker "libcutils", 19*e01b6f76SAndroid Build Coastguard Worker "libhardware", 20*e01b6f76SAndroid Build Coastguard Worker ], 21*e01b6f76SAndroid Build Coastguard Worker} 22