25 lines
411 B
Plaintext
25 lines
411 B
Plaintext
package {
|
|
default_applicable_licenses: ["device_google_atv_license"],
|
|
}
|
|
|
|
cc_binary {
|
|
name: "blur_sysprop_notifier",
|
|
system_ext_specific: true,
|
|
|
|
srcs: ["blur_sysprop_notifier.cpp"],
|
|
|
|
init_rc: ["blur_sysprop_notifier.rc"],
|
|
|
|
shared_libs: [
|
|
"libcutils",
|
|
"libutils",
|
|
"libbinder",
|
|
],
|
|
|
|
cflags: [
|
|
"-DXP_UNIX",
|
|
"-Wall",
|
|
"-Werror",
|
|
],
|
|
}
|