blob: 07fffcbaade54f4fcc91a5b6d7d790bb0f178b29 [file] [log] [blame]
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: [
"-Wall",
"-Werror",
],
}