| | |
| | | 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 { |
| | |
| | | 'proguard-rules.pro' |
| | | } |
| | | debug { |
| | | jniDebuggable false |
| | | jniDebuggable true |
| | | } |
| | | } |
| | | externalNativeBuild { |