Adjust NDK platform version for compatibility
NDK platform version should not be higher than target SDK version in build.gradle. Signed-off-by: Leo Ma <begeekmyfriend@gmail.com>camera2
parent
e9653b10d7
commit
2c4e21603e
Binary file not shown.
Binary file not shown.
@ -1,2 +1,2 @@
|
||||
APP_ABI := armeabi-v7a arm64-v8a x86
|
||||
APP_PLATFORM := android-24
|
||||
APP_PLATFORM := android-21
|
||||
|
Binary file not shown.
Binary file not shown.
@ -1,2 +1,2 @@
|
||||
APP_ABI := armeabi-v7a arm64-v8a x86
|
||||
APP_PLATFORM := android-24
|
||||
APP_PLATFORM := android-21
|
||||
|
Loading…
Reference in New Issue