From f38da429fbcfce685947a4d1c7b35790898cb2f5 Mon Sep 17 00:00:00 2001 From: nyyu Date: Sat, 3 Sep 2022 11:43:27 +0200 Subject: [PATCH] add patched Camera2 for camera bug --- .drone.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.drone.yml b/.drone.yml index f514fd9..ff98295 100644 --- a/.drone.yml +++ b/.drone.yml @@ -15,6 +15,7 @@ steps: - rm -rf .repo/repo - repo init -u https://github.com/LineageOS-UL/android.git -b lineage-$version - sed -i 's@LineageOS-UL/android_frameworks_native" remote="losul"@lineage/android_frameworks_native" remote="nyyu"@' .repo/manifests/snippets/losul.xml + - sed -i 's@LineageOS/android_packages_apps_Camera2"@lineage/android_packages_apps_Camera2" remote="nyyu"@' .repo/manifests/default.xml - mkdir -p .repo/local_manifests - cp $DRONE_WORKSPACE_BASE/$device.xml .repo/local_manifests/roomservice.xml - bash $DRONE_WORKSPACE_BASE/sync.sh