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: I3997e27e3037f013338de5bc36687c63338769aa Signed-off-by: Minchan Kim <minchan@google.com>
This commit is contained in:
parent
3430e752af
commit
b7393fd8d8
2 changed files with 0 additions and 2 deletions
|
@ -53,7 +53,6 @@ type vendor_usb_debugfs, fs_type, debugfs_type;
|
||||||
type vendor_charger_debugfs, fs_type, debugfs_type;
|
type vendor_charger_debugfs, fs_type, debugfs_type;
|
||||||
type vendor_votable_debugfs, fs_type, debugfs_type;
|
type vendor_votable_debugfs, fs_type, debugfs_type;
|
||||||
type vendor_battery_debugfs, fs_type, debugfs_type;
|
type vendor_battery_debugfs, fs_type, debugfs_type;
|
||||||
type vendor_cma_debugfs, fs_type, debugfs_type;
|
|
||||||
|
|
||||||
# vendor extra images
|
# vendor extra images
|
||||||
type modem_img_file, contextmount_type, file_type, vendor_file_type;
|
type modem_img_file, contextmount_type, file_type, vendor_file_type;
|
||||||
|
|
|
@ -188,7 +188,6 @@ genfscon debugfs /max77759_chg u:object
|
||||||
genfscon debugfs /max77729_pmic u:object_r:vendor_charger_debugfs:s0
|
genfscon debugfs /max77729_pmic u:object_r:vendor_charger_debugfs:s0
|
||||||
genfscon debugfs /gvotables u:object_r:vendor_votable_debugfs:s0
|
genfscon debugfs /gvotables u:object_r:vendor_votable_debugfs:s0
|
||||||
genfscon debugfs /google_battery u:object_r:vendor_battery_debugfs:s0
|
genfscon debugfs /google_battery u:object_r:vendor_battery_debugfs:s0
|
||||||
genfscon debugfs /cma u:object_r:vendor_cma_debugfs:s0
|
|
||||||
|
|
||||||
# Battery
|
# Battery
|
||||||
genfscon sysfs /devices/platform/google,battery/power_supply/battery u:object_r:sysfs_batteryinfo:s0
|
genfscon sysfs /devices/platform/google,battery/power_supply/battery u:object_r:sysfs_batteryinfo:s0
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue