blob: 8262aed97ba3780b26849434323cec5626e41fe9 [file] [log] [blame]
Bob Badour3306e492021-02-25 15:35:37 -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 "frameworks_native_license"
5 // to get the below license kinds:
6 // SPDX-license-identifier-Apache-2.0
7 default_applicable_licenses: ["frameworks_native_license"],
8}
9
Dan Willemsene05dc6d2016-07-25 17:13:45 -070010cc_binary {
11 name: "bugreport",
12 srcs: ["bugreport.cpp"],
Chih-Hung Hsieh734e3782017-10-05 13:44:13 -070013 cflags: ["-Wall", "-Werror"],
Felipe Leme3b650732016-08-05 19:29:29 +000014 shared_libs: ["libcutils"],
Dan Willemsene05dc6d2016-07-25 17:13:45 -070015}