mirror of
https://github.com/servo/servo.git
synced 2025-08-06 22:15:33 +01:00
Automatically enable webvr for Android VR builds
This commit is contained in:
parent
6eb396874a
commit
d171daa81c
2 changed files with 10 additions and 1 deletions
|
@ -111,7 +111,7 @@ android {
|
|||
|
||||
sourceSets {
|
||||
main {
|
||||
assets.srcDirs = ['../../../../resources']
|
||||
assets.srcDirs = [rootDir.absolutePath + "/../../../target/android/resources"]
|
||||
}
|
||||
armDebug {
|
||||
jniLibs.srcDirs = [getJniLibsPath(true, 'arm')]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue