File tree Expand file tree Collapse file tree 3 files changed +0
-25
lines changed Expand file tree Collapse file tree 3 files changed +0
-25
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change 1
1
Collection of utility scripts that I put here for the lack of a better place. They
2
2
probably should become tasks/targets in the gradle/ant build scripts at some point.
3
3
4
- compat-update.sh: generates the appcompat zip file containing the appcompat v7 package
5
- found in the Android SDK's extras folder
6
-
7
4
gvrsdk-update.sh: downloads the Google VR SDK and generates all required packages and jar
8
5
files needed to build and run cardboard sketches from Processing
9
6
Original file line number Diff line number Diff line change @@ -28,7 +28,6 @@ cp $ANDROID_SDK/extras/google/m2repository/com/google/android/support/wearable/$
28
28
unzip wearable-$version .aar -d wearable
29
29
30
30
cp wearable/classes.jar ../core/library/wearable-$version .jar
31
- cp wearable/classes.jar ../mode/wearable-$version .jar
32
31
33
32
# Remove left over files
34
33
rm -Rf wearable
You can’t perform that action at this time.
0 commit comments