dre: Remove QTI perfd
Bug: 69270928 Test: Build and boot device and test camera Change-Id: I87b283206f462fb5c8ec9cdd303ae2934fe9bfc4
This commit is contained in:
parent
3e4875b2b9
commit
17dcd18408
4 changed files with 4 additions and 45 deletions
|
|
@ -20,6 +20,7 @@ from extract_utils.main import (
|
|||
namespace_imports = [
|
||||
'device/oneplus/dre',
|
||||
'hardware/oplus',
|
||||
'hardware/qcom-caf/common/libqti-perfd-client',
|
||||
'hardware/qcom-caf/sm8350',
|
||||
'hardware/qcom-caf/wlan',
|
||||
'vendor/qcom/opensource/commonsys-intf/display',
|
||||
|
|
@ -93,6 +94,8 @@ blob_fixups: blob_fixups_user_type = {
|
|||
.regex_replace('NFC_DEBUG_ENABLED=1', 'NFC_DEBUG_ENABLED=0'),
|
||||
'vendor/etc/msm_irqbalance.conf': blob_fixup()
|
||||
.regex_replace('IGNORED_IRQ=19,21,38$', 'IGNORED_IRQ=19,21,38,209,218'),
|
||||
'vendor/etc/public.libraries.txt': blob_fixup()
|
||||
.regex_replace('libqti-perfd-client.so\n', ''),
|
||||
'vendor/etc/qdcm_calib_data_nt36672c_tm_fhd_plus_video_mode_dsi_panel.xml': blob_fixup()
|
||||
.regex_replace('FeatureType="2" Disable="false"', 'FeatureType="2" Disable="true"')
|
||||
.regex_replace('FeatureType="7" Disable="false"', 'FeatureType="7" Disable="true"')
|
||||
|
|
|
|||
Loading…
Reference in a new issue