From 3aea82e14baef251d87ceaa58f335f47361c72a3 Mon Sep 17 00:00:00 2001 From: Cosmin Tanislav <demonsingur@gmail.com> Date: Tue, 7 Sep 2021 14:42:35 +0300 Subject: [PATCH] sm8350-common: remove light hal manifest --- BoardConfigCommon.mk | 1 - manifests/android.hardware.lights-qti.xml | 6 ------ 2 files changed, 7 deletions(-) delete mode 100644 manifests/android.hardware.lights-qti.xml diff --git a/BoardConfigCommon.mk b/BoardConfigCommon.mk index bedf049..20876fd 100644 --- a/BoardConfigCommon.mk +++ b/BoardConfigCommon.mk @@ -140,7 +140,6 @@ DEVICE_MANIFEST_FILE := \ $(COMMON_PATH)/manifests/android.hardware.graphics.mapper-impl-qti-display.xml \ $(COMMON_PATH)/manifests/android.hardware.health@2.1.xml \ $(COMMON_PATH)/manifests/android.hardware.ir@1.0-service.xml \ - $(COMMON_PATH)/manifests/android.hardware.lights-qti.xml \ $(COMMON_PATH)/manifests/android.hardware.neuralnetworks@1.3-service-qti.xml \ $(COMMON_PATH)/manifests/android.hardware.thermal@2.0-service.qti.xml \ $(COMMON_PATH)/manifests/c2_manifest_vendor.xml \ diff --git a/manifests/android.hardware.lights-qti.xml b/manifests/android.hardware.lights-qti.xml deleted file mode 100644 index db604d6..0000000 --- a/manifests/android.hardware.lights-qti.xml +++ /dev/null @@ -1,6 +0,0 @@ -<manifest version="1.0" type="device"> - <hal format="aidl"> - <name>android.hardware.light</name> - <fqname>ILights/default</fqname> - </hal> -</manifest> -- GitLab