sm7125: Drop light service

*Brightness is handled by display stack

Change-Id: Ie816f5113bd1d110a72b4113d7d8212120f524e8
fourteen-wip
Simon1511 3 years ago
parent e8df3cc188
commit 7bfd2a5be8
  1. 4
      common.mk
  2. 8
      configs/framework_compatibility_matrix.xml
  3. 1
      sepolicy/vendor/file_contexts

@ -178,10 +178,6 @@ PRODUCT_PACKAGES += \
android.hardware.keymaster@4.0-service.samsung \
libkeymaster4_1support.vendor
# Light
PRODUCT_PACKAGES += \
android.hardware.light@2.0-service.samsung
# Media
PRODUCT_COPY_FILES += \
frameworks/av/media/libstagefright/data/media_codecs_google_audio.xml:$(TARGET_COPY_OUT_VENDOR)/etc/media_codecs_google_audio.xml \

@ -153,14 +153,6 @@
<instance>default</instance>
</interface>
</hal>
<hal format="hidl" optional="true">
<name>android.hardware.light</name>
<version>2.0</version>
<interface>
<name>ILight</name>
<instance>default</instance>
</interface>
</hal>
<hal format="aidl" optional="true">
<name>android.hardware.power</name>
<interface>

@ -3,7 +3,6 @@
/misc(/.*)? u:object_r:misc_file:s0
/spu(/.*)? u:object_r:spu_file: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\.drm@1\.3-service\.widevine u:object_r:vendor_hal_drm_widevine_exec:s0
/(vendor|system/vendor)/bin/hw/android\.hardware\.sensors@2\.1-service.samsung-multihal u:object_r:hal_sensors_default_exec:s0
/(vendor|system/vendor)/bin/factory\.ssc u:object_r:factory_ssc_exec:s0

Loading…
Cancel
Save