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 11Collection of utility scripts that I put here for the lack of a better place. They
22probably should become tasks/targets in the gradle/ant build scripts at some point.
33
4- compat-update.sh: generates the appcompat zip file containing the appcompat v7 package
5- found in the Android SDK's extras folder
6-
74gvrsdk-update.sh: downloads the Google VR SDK and generates all required packages and jar
85files needed to build and run cardboard sketches from Processing
96
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/$
2828unzip wearable-$version .aar -d wearable
2929
3030cp wearable/classes.jar ../core/library/wearable-$version .jar
31- cp wearable/classes.jar ../mode/wearable-$version .jar
3231
3332# Remove left over files
3433rm -Rf wearable
You can’t perform that action at this time.
0 commit comments