move vendor_cma_debugfs into gs-common
The CMA dump is common feature for pixel devices so move it to gs-common. Bug: 276901078 Test: dumpstate_board.txt on adb bugreport includes the info Change-Id: I46be7899939da3ae7e9323a0d3ee92f4b3759acf Signed-off-by: Minchan Kim <minchan@google.com> (cherry picked from commit afb8d91c5dd0df836c6c8a53963b44e23005efb7)
This commit is contained in:
parent
5bee37db26
commit
a382f85f96
2 changed files with 0 additions and 2 deletions
1
vendor/file.te
vendored
1
vendor/file.te
vendored
|
@ -23,7 +23,6 @@ type vendor_battery_debugfs, fs_type, debugfs_type;
|
|||
type vendor_pm_genpd_debugfs, fs_type, debugfs_type;
|
||||
type vendor_usb_debugfs, fs_type, debugfs_type;
|
||||
type vendor_maxfg_debugfs, fs_type, debugfs_type;
|
||||
type vendor_cma_debugfs, fs_type, debugfs_type;
|
||||
|
||||
# WLC
|
||||
type sysfs_wlc, sysfs_type, fs_type;
|
||||
|
|
1
vendor/genfs_contexts
vendored
1
vendor/genfs_contexts
vendored
|
@ -26,7 +26,6 @@ genfscon debugfs /google_battery u:object
|
|||
genfscon debugfs /pm_genpd/pm_genpd_summary u:object_r:vendor_pm_genpd_debugfs:s0
|
||||
genfscon debugfs /usb u:object_r:vendor_usb_debugfs:s0
|
||||
genfscon debugfs /maxfg u:object_r:vendor_maxfg_debugfs:s0
|
||||
genfscon debugfs /cma u:object_r:vendor_cma_debugfs:s0
|
||||
|
||||
# Extcon
|
||||
genfscon sysfs /devices/platform/10cb0000.hsi2c/i2c-0/0-0025/extcon/extcon0 u:object_r:sysfs_extcon:s0
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue