32 lines
603 B
Plaintext
32 lines
603 B
Plaintext
package {
|
|
default_applicable_licenses: ["system_extras_ANRdaemon_license"],
|
|
}
|
|
|
|
// Added automatically by a large-scale-change
|
|
// See: http://go/android-license-faq
|
|
license {
|
|
name: "system_extras_ANRdaemon_license",
|
|
visibility: [":__subpackages__"],
|
|
license_kinds: [
|
|
"SPDX-license-identifier-BSD",
|
|
],
|
|
license_text: ["LICENSE"],
|
|
}
|
|
|
|
cc_binary {
|
|
name: "anrd",
|
|
srcs: ["ANRdaemon.cpp"],
|
|
cflags: [
|
|
"-Wall",
|
|
"-Werror",
|
|
],
|
|
|
|
shared_libs: [
|
|
"liblog",
|
|
"libbinder",
|
|
"libcutils",
|
|
"libutils",
|
|
"libz",
|
|
],
|
|
}
|