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_test { 11*e01b6f76SAndroid Build Coastguard Worker name: "camera3_tests", 12*e01b6f76SAndroid Build Coastguard Worker srcs: ["camera3tests.cpp"], 13*e01b6f76SAndroid Build Coastguard Worker 14*e01b6f76SAndroid Build Coastguard Worker shared_libs: [ 15*e01b6f76SAndroid Build Coastguard Worker "liblog", 16*e01b6f76SAndroid Build Coastguard Worker "libhardware", 17*e01b6f76SAndroid Build Coastguard Worker "libcamera_metadata", 18*e01b6f76SAndroid Build Coastguard Worker ], 19*e01b6f76SAndroid Build Coastguard Worker 20*e01b6f76SAndroid Build Coastguard Worker cflags: [ 21*e01b6f76SAndroid Build Coastguard Worker "-Wall", 22*e01b6f76SAndroid Build Coastguard Worker "-Wextra", 23*e01b6f76SAndroid Build Coastguard Worker "-Werror", 24*e01b6f76SAndroid Build Coastguard Worker ], 25*e01b6f76SAndroid Build Coastguard Worker} 26