universal7885: Drop bt call patch

No longer required as of R9.5
This commit is contained in:
roynatech2544 2022-05-10 12:03:45 +09:00
commit 06f0ba16cc
2 changed files with 0 additions and 112 deletions

View file

@ -29,13 +29,6 @@ echo "Generating A30 Makefiles"
echo "Generating A40 Makefiles"
./device/samsung/a40/setup.sh
# BT Call patch
if ! grep -q ESCO_TRANSPORT_UNIT_SIZE system/bt/device/src/esco_parameters.cc; then
echo "Applying BT call patch";
cd system/bt;
git apply ../../device/samsung/universal7885-common/.patch/BTCalls-On-Samsung.patch;
cd -
fi
# For FM Radio
if grep -q isAudioServerUid\(callingUid\) frameworks/av/services/audioflinger/AudioFlinger.cpp; then
echo "Applying FM routing patch"