Revert "gts3l-common: fastcharge: Build fastcharge HIDL"
This reverts commit e6a3db5299
.
This commit is contained in:
parent
57ba7cff63
commit
e9377b7f80
6 changed files with 0 additions and 13 deletions
4
gts3l.mk
4
gts3l.mk
|
@ -183,10 +183,6 @@ PRODUCT_PACKAGES += \
|
|||
android.hardware.drm@1.0-service \
|
||||
android.hardware.drm@1.3-service.clearkey
|
||||
|
||||
# FastCharge
|
||||
PRODUCT_PACKAGES += \
|
||||
vendor.lineage.fastcharge@1.0-service.samsung
|
||||
|
||||
# Fingerprint
|
||||
PRODUCT_PACKAGES += \
|
||||
android.hardware.biometrics.fingerprint@2.1-service.samsung \
|
||||
|
|
|
@ -52,7 +52,6 @@ type sysfs_fpc, fs_type, sysfs_type;
|
|||
type sysfs_lcd_writable, fs_type, sysfs_type;
|
||||
type sysfs_mdnie_writable, fs_type, sysfs_type;
|
||||
type sysfs_sec_keypad, fs_type, sysfs_type;
|
||||
type sysfs_sec_switch, fs_type, sysfs_type;
|
||||
type sysfs_tsp, fs_type, sysfs_type;
|
||||
type sysfs_wifi, fs_type, sysfs_type;
|
||||
type dsp_file, fs_type, contextmount_type;
|
||||
|
|
|
@ -176,7 +176,6 @@
|
|||
/(vendor|system/vendor)/bin/hw/android\.hardware\.keymaster@4\.0-service\.samsung u:object_r:hal_keymaster_default_exec:s0
|
||||
/(vendor|system/vendor)/bin/hw/android\.hardware\.light@2\.0-service\.samsung u:object_r:hal_light_default_exec:s0
|
||||
/(vendor|system/vendor)/bin/hw/android\.hardware\.usb@1\.2-service-qti u:object_r:hal_usb_default_exec:s0
|
||||
/(vendor|system/vendor)/bin/hw/vendor\.lineage\.fastcharge@1\.0-service\.samsung u:object_r:hal_lineage_fastcharge_default_exec:s0
|
||||
/(vendor|system/vendor)/bin/hw/vendor\.lineage\.livedisplay@2\.0-service\.gts3l u:object_r:hal_lineage_livedisplay_sysfs_exec:s0
|
||||
/(vendor|system/vendor)/bin/hw/vendor\.samsung\.hardware\.miscpower@1\.0-service u:object_r:hal_power_default_exec:s0
|
||||
|
||||
|
@ -202,5 +201,4 @@
|
|||
/sys/devices/virtual/lcd/panel(/.*)? u:object_r:sysfs_lcd_writable:s0
|
||||
/sys/devices/virtual/mdnie(/.*)? -- u:object_r:sysfs_mdnie_writable:s0
|
||||
/sys/devices/virtual/sec/sec_keypad(/.*)? u:object_r:sysfs_sec_keypad:s0
|
||||
/sys/devices/virtual/sec/switch(/.*)? u:object_r:sysfs_sec_switch:s0
|
||||
/sys/devices/virtual/sec/tsp(/.*)? u:object_r:sysfs_tsp:s0
|
||||
|
|
|
@ -1,4 +0,0 @@
|
|||
allow hal_lineage_fastcharge_default sysfs_sec_switch:dir search;
|
||||
allow hal_lineage_fastcharge_default sysfs_sec_switch:file rw_file_perms;
|
||||
|
||||
set_prop(hal_lineage_fastcharge, sec_fastcharge_prop)
|
|
@ -4,7 +4,6 @@ type ina_status_prop, property_type;
|
|||
type receiver_error_prop, property_type;
|
||||
type sec_camera_prop, property_type, file_type;
|
||||
type sec_cnss_diag_prop, property_type;
|
||||
type sec_fastcharge_prop, property_type;
|
||||
type tzdaemon_prop, property_type;
|
||||
type vendor_factory_prop, property_type;
|
||||
type vendor_members_prop, property_type;
|
||||
|
|
|
@ -20,7 +20,6 @@ persist.tnr.process.plates u:object_r:sec_camera_prop:s0
|
|||
persist.vendor.camera. u:object_r:sec_camera_prop:s0
|
||||
persist.vendor.camera.feature.cac u:object_r:sec_camera_prop:s0
|
||||
persist.vendor.camera.global.debug u:object_r:sec_camera_prop:s0
|
||||
persist.vendor.sec.fastchg_enabled u:object_r:sec_fastcharge_prop:s0
|
||||
persist.vendor.members. u:object_r:vendor_members_prop:s0
|
||||
ro.camera.req.fmq.size u:object_r:sec_camera_prop:s0
|
||||
ro.camera.res.fmq.size u:object_r:sec_camera_prop:s0
|
||||
|
|
Loading…
Reference in a new issue