Skip to content
Snippets Groups Projects
Commit 2e8cebe6 authored by Dan Cashman's avatar Dan Cashman
Browse files

Add compat changes for tracing_shell_writable removal.

Commits 7fa51593 and
92fdd895 removed the
tracing_shell_writable and tracing_shell_writable_debug types, and
relabeled the files with debugfs_tracing and debugfs_tracing_debug,
respectively.  Record this in the compatibility file so that vendor
policy using these types will still work.

Bug: 62573845
Test: None. Prebuilt change only.
Change-Id: Ic6573518035514a86abe2081483431427612699e
parent ebea2b45
No related branches found
No related tags found
No related merge requests found
......@@ -4,6 +4,8 @@
;; types removed from current policy
(type asan_reboot_prop)
(type log_device)
(type tracing_shell_writable)
(type tracing_shell_writable_debug)
(typeattributeset accessibility_service_26_0 (accessibility_service))
(typeattributeset account_service_26_0 (account_service))
......@@ -604,8 +606,8 @@
(typeattributeset tombstoned_intercept_socket_26_0 (tombstoned_intercept_socket))
(typeattributeset toolbox_26_0 (toolbox))
(typeattributeset toolbox_exec_26_0 (toolbox_exec))
(typeattributeset tracing_shell_writable_26_0 (tracing_shell_writable))
(typeattributeset tracing_shell_writable_debug_26_0 (tracing_shell_writable_debug))
(typeattributeset tracing_shell_writable_26_0 (debugfs_tracing tracing_shell_writable))
(typeattributeset tracing_shell_writable_debug_26_0 (debugfs_tracing_debug tracing_shell_writable_debug))
(typeattributeset trust_service_26_0 (trust_service))
(typeattributeset tty_device_26_0 (tty_device))
(typeattributeset tun_device_26_0 (tun_device))
......
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