Skip to content
Snippets Groups Projects
Commit aca2f5eb authored by William Luh's avatar William Luh
Browse files

Stop breaking build by defining sysfs_devices_system_cpu.

Change-Id: Ie96d573be971b2dcc3d60614794ba9ca13b31471
parent 638bf327
No related branches found
No related tags found
No related merge requests found
...@@ -81,6 +81,8 @@ type security_file, file_type; ...@@ -81,6 +81,8 @@ type security_file, file_type;
type bluetooth_efs_file, file_type; type bluetooth_efs_file, file_type;
# Downloaded files # Downloaded files
type download_file, file_type; type download_file, file_type;
# /sys/devices/system/cpu
type sysfs_devices_system_cpu, file_type;
# Socket types # Socket types
type adbd_socket, file_type; type adbd_socket, file_type;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment