Last active
February 6, 2022 15:26
-
-
Save ArianK16a/3b2b296a69a6765a7d4b08403c390416 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/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