mirror of
https://github.com/chararomandroid/android_device_samsung_a20
synced 2026-08-23 12:35:33 -04:00
universal7885: Drop bt call patch
No longer required as of R9.5
This commit is contained in:
parent
9c844c2fae
commit
06f0ba16cc
2 changed files with 0 additions and 112 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Reference in a new issue