forked from processing/processing-android
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathinfo.txt
More file actions
15 lines (11 loc) · 759 Bytes
/
info.txt
File metadata and controls
15 lines (11 loc) · 759 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
Collection of utility scripts that I put here for the lack of a better place. They
probably should become tasks/targets in the gradle/ant build scripts at some point.
gvrsdk-update.sh: downloads the Google VR SDK and generates all required packages and jar
files needed to build and run cardboard sketches from Processing
perm-parse.py: generates the array of permissions for a given SDK level, to be pasted in
Permissions.java
wear-update.sh: downloads the wearable aar file from a known maven repository, and
extracts the classes jar and copies it inside core/library
gradlew-update.sh: creates the gradle wrapper with the desired gradle version and packs
it in the mode folder to be available when exporting projects using gradle as the build
system