mirror of
https://github.com/chararomandroid/android_device_samsung_a20
synced 2026-08-24 04:45:32 -04:00
universal7885: Check if BT call fix is merged, if not, patch it
Change-Id: I257272ca2203977b0f4d8364edbddeda10e9ed3f Signed-off-by: roynatech2544 <whiteshell2544@naver.com>
This commit is contained in:
parent
c1c0024601
commit
5b74e97a5c
2 changed files with 113 additions and 0 deletions
|
|
@ -28,3 +28,11 @@ echo "Generating A30 Makefiles"
|
|||
echo "Generating A40 Makefiles"
|
||||
./device/samsung/a40/setup.sh
|
||||
ln -sf device/samsung/build.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
|
||||
|
|
|
|||
Loading…
Reference in a new issue