Re-enable the SOUND_TRIGGER removal bits disabled in e9fd952b

It does not fix the phone call audio issues on mata like I hoped it would.
This commit is contained in:
Tad 2021-01-18 09:11:37 -05:00
parent b99e1865fe
commit 38da3e202e
3 changed files with 9 additions and 9 deletions

View file

@ -355,8 +355,8 @@ smallerSystem() {
export -f smallerSystem;
deblobAudio() {
#awk -i inplace '!/BOARD_SUPPORTS_SOUND_TRIGGER/' hardware/qcom/audio-caf/*/configs/*/*.mk &>/dev/null || true;
#awk -i inplace '!/android.hardware.soundtrigger/' hardware/qcom/audio-caf/*/configs/*/*.mk &>/dev/null || true;
awk -i inplace '!/BOARD_SUPPORTS_SOUND_TRIGGER/' hardware/qcom/audio-caf/*/configs/*/*.mk &>/dev/null || true;
awk -i inplace '!/android.hardware.soundtrigger/' hardware/qcom/audio-caf/*/configs/*/*.mk &>/dev/null || true;
awk -i inplace '!/DOLBY_/' hardware/qcom/audio-caf/*/configs/*/*.mk &>/dev/null || true;
#awk -i inplace '!/vendor.audio.dolby/' hardware/qcom/audio-caf/*/configs/*/*.mk &>/dev/null || true;
}