fix: repopick wlan

This commit is contained in:
nyyu 2022-12-02 21:48:31 +01:00
parent 7a031e81e4
commit 930fba2a76

View File

@ -48,7 +48,7 @@ git am $DRONE_WORKSPACE_BASE/fix-camera2-legacy.patch || git am --abort
cd $TOPDIR cd $TOPDIR
#qcom wlan #qcom wlan
repopick 336676 336677 336678 336679 336680 repopick -f 336676 336677 336678 336679 336680
cd hardware/qcom-caf/wlan cd hardware/qcom-caf/wlan
git am $DRONE_WORKSPACE_BASE/fix-qcwcn-build.patch || git am --abort git am $DRONE_WORKSPACE_BASE/fix-qcwcn-build.patch || git am --abort
cd $TOPDIR cd $TOPDIR