vendor: perf: Remove IOP Disabling
We are going to be disabling this for all targets. IOP has been phased out in favor of Preferred Apps. Change-Id: I4d6204c61d04f62326105f50e9a4832a2c53e605 Signed-off-by: Cyber Knight <cyberknight755@gmail.com>
This commit is contained in:
parent
d2b3d03bee
commit
153879c46a
|
@ -29,12 +29,6 @@ PRODUCT_COPY_FILES += \
|
|||
$(call find-copy-subdir-files,*,$(QCOM_COMMON_PATH)/vendor/perf/configs/common,$(TARGET_COPY_OUT_VENDOR)/etc) \
|
||||
$(call find-copy-subdir-files,*,$(QCOM_COMMON_PATH)/vendor/perf/configs/$(TARGET_PERF_DIR),$(TARGET_COPY_OUT_VENDOR)/etc)
|
||||
|
||||
# Disable IOP HAL for select platforms.
|
||||
ifeq ($(call is-board-platform-in-list, msm8937 msm8953 msm8998 qcs605 sdm660 sdm710),true)
|
||||
PRODUCT_COPY_FILES += \
|
||||
$(QCOM_COMMON_PATH)/vendor/perf/vendor.qti.hardware.iop@2.0-service-disable.rc:$(TARGET_COPY_OUT_VENDOR)/etc/init/vendor.qti.hardware.iop@2.0-service-disable.rc
|
||||
endif
|
||||
|
||||
# Disable the poweropt service for <5.4 platforms.
|
||||
ifeq (,$(filter 5.4 5.10 5.15, $(TARGET_KERNEL_VERSION)))
|
||||
PRODUCT_COPY_FILES += \
|
||||
|
|
|
@ -1,20 +0,0 @@
|
|||
# Copyright (C) 2021 Paranoid Android
|
||||
#
|
||||
# Licensed under the Apache License, Version 2.0 (the "License");
|
||||
# you may not use this file except in compliance with the License.
|
||||
# You may obtain a copy of the License at
|
||||
#
|
||||
# http://www.apache.org/licenses/LICENSE-2.0
|
||||
#
|
||||
# Unless required by applicable law or agreed to in writing, software
|
||||
# distributed under the License is distributed on an "AS IS" BASIS,
|
||||
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||
# See the License for the specific language governing permissions and
|
||||
# limitations under the License.
|
||||
|
||||
service iop-hal-2-0 /vendor/bin/hw/vendor.qti.hardware.iop@2.0-service
|
||||
override
|
||||
class hal
|
||||
user root
|
||||
group root readproc
|
||||
disabled
|
Loading…
Reference in New Issue