Last active
August 29, 2015 14:01
-
-
Save ayufan/8eea27ecaaceb319969f to your computer and use it in GitHub Desktop.
rebuild framework-services
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 | |
cd /Volumes/android/ | |
source java.sh | |
source build/envsetup.sh | |
set -xe | |
adb shell stop | |
mmm frameworks/base/policy/ | |
mmm frameworks/base/services/java/ | |
adb sync system | |
adb shell start | |
adb logcat -c |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment