build/sync.sh

53 lines
1.3 KiB
Bash
Raw Normal View History

2022-09-18 12:17:53 +02:00
#!/bin/bash -e
# shellcheck disable=SC2250,SC2154,SC2086,SC2207,SC2016
2022-08-22 17:51:08 +02:00
TOPDIR=$(pwd)
2023-05-19 15:13:29 +02:00
repo sync -q -c -j 6 --fail-fast --force-sync --no-tags || repo sync -q -c -j 6 --fail-fast --force-sync --no-tags || exit 1
2022-08-22 17:51:08 +02:00
2023-01-07 10:57:41 +01:00
cd build/tools
git am $CI_WORKSPACE/fix-store-build-prop-zip.patch || git am --abort
cd $TOPDIR
2022-09-18 12:17:53 +02:00
cd packages/apps/LineageParts
2022-12-08 22:34:08 +01:00
git am $CI_WORKSPACE/fix-always-enable-taskbar-toggle.patch || git am --abort
2022-09-18 12:17:53 +02:00
cd $TOPDIR
2022-09-18 12:17:53 +02:00
cd packages/apps/Trebuchet
2022-12-08 22:34:08 +01:00
git am $CI_WORKSPACE/fix-enable-more-grids-for-tablet.patch || git am --abort
2022-12-25 13:59:05 +01:00
git am $CI_WORKSPACE/fix-trebuchet-taskbar.patch || git am --abort
2022-09-18 12:17:53 +02:00
cd $TOPDIR
2022-09-25 14:45:49 +02:00
2022-09-30 22:42:14 +02:00
#bluetooth
cd packages/modules/Bluetooth
2022-12-08 22:34:08 +01:00
git am $CI_WORKSPACE/fix-bt-le.patch || git am --abort
2022-09-30 22:42:14 +02:00
cd $TOPDIR
2022-12-02 21:47:38 +01:00
#connectivity
2022-12-25 22:36:46 +01:00
cd packages/modules/Connectivity
git am $CI_WORKSPACE/fix-NetworkStats-disable-BPF.patch || git am --abort
cd $TOPDIR
2022-12-02 21:47:38 +01:00
2022-12-04 10:40:15 +01:00
#av
cd frameworks/av
2022-12-08 22:34:08 +01:00
git am $CI_WORKSPACE/fix-rear-camera-rotation.patch || git am --abort
2022-12-04 10:40:15 +01:00
cd $TOPDIR
2022-09-25 14:45:49 +02:00
#safetynet
2022-12-25 20:51:09 +01:00
cd system/core
#334348
git am $CI_WORKSPACE/snet20-1.patch || git am --abort
cd $TOPDIR
cd frameworks/base
#334343 334344
git am $CI_WORKSPACE/snet20-2.patch || git am --abort
git am $CI_WORKSPACE/snet20-3.patch || git am --abort
2023-01-09 21:44:06 +01:00
git am $CI_WORKSPACE/microg.patch || git am --abort
2022-12-25 20:51:09 +01:00
cd $TOPDIR
2023-05-19 15:14:31 +02:00
cd hardware/qcom-caf/wlan
git reset --hard e0f934b
cd $TOPDIR
2022-12-25 20:51:09 +01:00
#. build/envsetup.sh
#repopick