Commit f320a7e4 authored by Gus Grubba's avatar Gus Grubba Committed by Lorenz Meier

Enable charting on Android 32-bit

parent 48f4ae19
......@@ -50,6 +50,7 @@ linux {
target.path = $$DESTDIR
equals(ANDROID_TARGET_ARCH, armeabi-v7a) {
DEFINES += __androidArm32__
DEFINES += QGC_ENABLE_MAVLINK_INSPECTOR
message("Android Arm 32 bit build")
} else:equals(ANDROID_TARGET_ARCH, arm64-v8a) {
DEFINES += __androidArm64__
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment