Skip to content

Commit b368465

Browse files
committed
updated scripts
1 parent 47ee991 commit b368465

File tree

3 files changed

+0
-25
lines changed

3 files changed

+0
-25
lines changed

scripts/compat-update.sh

Lines changed: 0 additions & 21 deletions
This file was deleted.

scripts/info.txt

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,6 @@
11
Collection of utility scripts that I put here for the lack of a better place. They
22
probably 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-
74
gvrsdk-update.sh: downloads the Google VR SDK and generates all required packages and jar
85
files needed to build and run cardboard sketches from Processing
96

scripts/wear-update.sh

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,6 @@ cp $ANDROID_SDK/extras/google/m2repository/com/google/android/support/wearable/$
2828
unzip wearable-$version.aar -d wearable
2929

3030
cp wearable/classes.jar ../core/library/wearable-$version.jar
31-
cp wearable/classes.jar ../mode/wearable-$version.jar
3231

3332
# Remove left over files
3433
rm -Rf wearable

0 commit comments

Comments
 (0)