houxiao
2017-08-14 21943addfb18b1fa9db38598e4498dbe3d5e0d19
VisitFace/RtspNativeCodec/app/build.gradle
@@ -1,15 +1,15 @@
apply plugin: 'com.android.application'
android {
    compileSdkVersion 22
    buildToolsVersion '25.0.2'
    compileSdkVersion 25
    buildToolsVersion '26.0.1'
    defaultConfig {
        applicationId 'com.example.nativecodec'
        minSdkVersion 22
        targetSdkVersion 23
        targetSdkVersion 25
        ndk {
            //abiFilters 'armeabi-v7a', 'x86' , 'x86_64', 'armeabi' , 'arm64-v8a'
            abiFilters 'arm64-v8a'
            abiFilters 'armeabi-v7a'
        }
        externalNativeBuild {
            cmake {
@@ -25,7 +25,7 @@
                    'proguard-rules.pro'
        }
        debug {
            jniDebuggable false
            jniDebuggable true
        }
    }
    externalNativeBuild {