yy1717
2019-12-30 fc56e0a4ae100692b21b53ec71d56c831073f8e0
lib/build.gradle
@@ -12,6 +12,16 @@
        testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
        externalNativeBuild {
            cmake {
                cppFlags ""
            }
        }
        ndk {
            // Specifies the ABI configurations of your native
            // libraries Gradle should build and package with your APK.
            abiFilters 'armeabi-v7a','arm64-v8a'
        }
    }
    buildTypes {
@@ -21,6 +31,11 @@
        }
    }
    externalNativeBuild {
        cmake {
            path "src/main/cpp/CMakeLists.txt"
        }
    }
}
dependencies {