Skip to content

Commit

Permalink
build.sh: add github remote-url
Browse files Browse the repository at this point in the history
  • Loading branch information
ctiao committed Jul 17, 2014
1 parent 0a84a73 commit ee9da5b
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,10 @@ mkdir -p $ANDROID_SOURCE_PATH/platform/frameworks/base
mkdir -p $ANDROID_SOURCE_PATH/platform/system/core
mkdir -p $ANDROID_SOURCE_PATH/platform/frameworks/native

git clone https://android.googlesource.com/platform/external/skia $ANDROID_SOURCE_PATH/platform/external/skia
git clone https://android.googlesource.com/platform/frameworks/base $ANDROID_SOURCE_PATH/platform/frameworks/base
git clone https://android.googlesource.com/platform/system/core $ANDROID_SOURCE_PATH/platform/system/core
git clone https://android.googlesource.com/platform/frameworks/native $ANDROID_SOURCE_PATH/platform/frameworks/native
git clone https://github.com/ctiao/platform-external-skia.git $ANDROID_SOURCE_PATH/platform/external/skia
git clone https://github.com/ctiao/platform-frameworks-base.git $ANDROID_SOURCE_PATH/platform/frameworks/base
git clone https://github.com/ctiao/platform-system-core.git $ANDROID_SOURCE_PATH/platform/system/core
git clone https://github.com/ctiao/platform-frameworks-native.git $ANDROID_SOURCE_PATH/platform/frameworks/native
cd $ANDROID_SOURCE_PATH/platform/external/skia
git pull
cd -
Expand Down

0 comments on commit ee9da5b

Please sign in to comment.