Skip to content

Instantly share code, notes, and snippets.

@sherylynn
sherylynn / picks.sh
Created January 29, 2021 02:20 — forked from ArianK16a/picks.sh
#!/bin/bash
set -e
source "build/envsetup.sh";
# device/lineage/sepolicy
changes=(
282358 # common: Label IAntiFlicker live display service
)
repopick -P device/lineage/sepolicy ${changes[@]}&