Skip to content

Instantly share code, notes, and snippets.

@ArianK16a
Last active February 6, 2022 15:26
Show Gist options
  • Select an option

  • Save ArianK16a/3b2b296a69a6765a7d4b08403c390416 to your computer and use it in GitHub Desktop.

Select an option

Save ArianK16a/3b2b296a69a6765a7d4b08403c390416 to your computer and use it in GitHub Desktop.
#!/bin/bash
set -e
source "build/envsetup.sh";
# packages/apps/LineageParts
changes=(
303148 # profiles: Import SeekBarVolumizer for usage in SetupActionsfragment
303149 # profiles: SeekBarVolumizer: Properly setup the minimum of the seekbar
)
repopick -f -P packages/apps/LineageParts ${changes[@]}&
wait
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment