[Android] Fix NPE
Geoffrey Métais
git at videolan.org
Fri Feb 6 18:34:49 CET 2015
vlc-ports/android | branch: master | Geoffrey Métais <geoffrey.metais at gmail.com> | Fri Feb 6 18:32:23 2015 +0100| [f9de57c08201628c1c8a91c42efcfee8a08d11b1] | committer: Geoffrey Métais
Fix NPE
> http://git.videolan.org/gitweb.cgi/vlc-ports/android.git/?a=commit;h=f9de57c08201628c1c8a91c42efcfee8a08d11b1
---
libvlc/build.gradle | 2 --
1 file changed, 2 deletions(-)
diff --git a/libvlc/build.gradle b/libvlc/build.gradle
index a9b4936..6bade1d 100644
--- a/libvlc/build.gradle
+++ b/libvlc/build.gradle
@@ -16,7 +16,6 @@ task buildDebugARM(type:Exec) {
properties.load(project.rootProject.file('local.properties').newDataInputStream())
environment 'ANDROID_NDK', properties.getProperty('ndk.dir')
environment 'ANDROID_SDK', properties.getProperty('sdk.dir')
- environment 'ANDROID_ABI', properties.getProperty('abi')
}
workingDir '..'
commandLine './compile-libvlc.sh'
@@ -28,7 +27,6 @@ task buildDebugx86(type:Exec) {
properties.load(project.rootProject.file('local.properties').newDataInputStream())
environment 'ANDROID_NDK', properties.getProperty('ndk.dir')
environment 'ANDROID_SDK', properties.getProperty('sdk.dir')
- environment 'ANDROID_ABI', properties.getProperty('abi')
}
workingDir '..'
commandLine './compile-libvlc.sh'
More information about the Android
mailing list