Skip to content
This repository has been archived by the owner on Nov 8, 2019. It is now read-only.

Commit

Permalink
GVR Android SDK v1.80.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Christine Israel committed Aug 8, 2017
1 parent e4eeb86 commit ee5cb1c
Show file tree
Hide file tree
Showing 46 changed files with 611 additions and 637 deletions.
Binary file modified apks/controller_emulator.apk
Binary file not shown.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -29,13 +29,13 @@ task clean(type: Delete) {
// The dependencies for NDK builds live inside the .aar files so they need to
// be extracted before NDK targets can build.
task extractAudioSo(type: Copy) {
from zipTree("${project.rootDir}/libraries/sdk-audio-1.70.0.aar")
from zipTree("${project.rootDir}/libraries/sdk-audio-1.80.0.aar")
into "${project.rootDir}/libraries/"
include "jni/**/libgvr_audio.so"
}

task extractGvrSo(type: Copy) {
from zipTree("${project.rootDir}/libraries/sdk-base-1.70.0.aar")
from zipTree("${project.rootDir}/libraries/sdk-base-1.80.0.aar")
into "${project.rootDir}/libraries/"
include "jni/**/libgvr.so"
}
Expand Down
Loading

0 comments on commit ee5cb1c

Please sign in to comment.