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";
# frameworks/base
changes=(
297650 # SeekBarVolumizer: Properly setup the minimum of the seekbar
)
repopick -f -P frameworks/base ${changes[@]}&
# packages/resources/devicesettings
changes=(
300591 # devicesettings: Add common styles
300592 # devicesettings: update preference category title text color
297547 # Turn devicesettings resources into a static library
301225 # devicesettings: Add common adaptive icon
)
repopick -f -P packages/resources/devicesettings ${changes[@]}&
wait
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment