Skip to content

Instantly share code, notes, and snippets.

@ArianK16a
Last active February 6, 2022 15:26
Show Gist options
  • Save ArianK16a/3b2b296a69a6765a7d4b08403c390416 to your computer and use it in GitHub Desktop.
Save ArianK16a/3b2b296a69a6765a7d4b08403c390416 to your computer and use it in GitHub Desktop.
#!/bin/bash
set -e
source "build/envsetup.sh";
# frameworks/base
changes=(
314580 # core: Spoof build fingerprint for Google Play Services
)
repopick -f -P frameworks/base ${changes[@]}&
# system/core
#changes=(
#297167 # init: Report valid verified boot for SafetyNet checks
#)
#repopick -f -P system/core ${changes[@]}&
wait
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment