|
|
|
@ -23,7 +23,7 @@ android {
|
|
|
|
|
externalNativeBuild {
|
|
|
|
|
cmake {
|
|
|
|
|
cppFlags "-std=c++11 -frtti -fexceptions"
|
|
|
|
|
arguments "-DENABLE_API=on", "-DENABLE_API_STATIC_LIB=on", "-DENABLE_TESTS=off", "-DENABLE_PLAYER=off", "-DENABLE_SERVER_LIB=on"
|
|
|
|
|
arguments "-DENABLE_API=on", "-DENABLE_API_STATIC_LIB=on", "-DENABLE_TESTS=off", "-DENABLE_HLS=on", "-DENABLE_PLAYER=off", "-DENABLE_SERVER_LIB=on"
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
@ -67,6 +67,7 @@ android {
|
|
|
|
|
exclude 'META-INF/LICENSE.md'
|
|
|
|
|
|
|
|
|
|
}
|
|
|
|
|
ndkVersion '25.2.9519653'
|
|
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|