avc: denied { open } for path="/sys/devices/platform/ 111d0000.spi/spi_master/spi20/spi20.0/synaptics_tcm.0/wakeup/ wakeup94" dev="sysfs" ino=94635 scontext=u:r:system_suspend:s0 tcontext=u:object_r:sysfs:s0 tclass=dir permissive=1 Bug: 285245943 Bug: 285289426 Bug: 285328094 Test: trigger bugreport and check logs. Change-Id: I0baaeb3b8f3f29e9659fd6d3e18a26051dab0535 Signed-off-by: Yen-Chao Chen <davidycchen@google.com>
12 lines
213 B
Plaintext
12 lines
213 B
Plaintext
package {
|
|
default_applicable_licenses: ["Android-Apache-2.0"],
|
|
}
|
|
|
|
sh_binary {
|
|
name: "dump_syna.sh",
|
|
src: "dump_syna.sh",
|
|
init_rc: ["init.touch.syna20.rc"],
|
|
vendor: true,
|
|
sub_dir: "dump",
|
|
}
|