blob: f06cf7a0991d31a081a5b10670212d00c1a25efd [file] [log] [blame]
Bob Badourd7984cc2021-02-12 20:51:13 -08001package {
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 "hardware_libhardware_license"
5 // to get the below license kinds:
6 // SPDX-license-identifier-Apache-2.0
7 default_applicable_licenses: ["hardware_libhardware_license"],
8}
9
Dan Willemsenf51bf922016-07-12 22:29:13 -070010cc_binary {
11 name: "test-nusensors",
12
13 srcs: ["nusensors.cpp"],
14
Chih-Hung Hsieh23594232017-09-29 15:41:15 -070015 cflags: ["-Wall", "-Werror"],
16
Dan Willemsenf51bf922016-07-12 22:29:13 -070017 shared_libs: [
18 "libcutils",
19 "libhardware",
20 ],
21}