diff options
-rw-r--r-- | firmware/export/config.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/firmware/export/config.h b/firmware/export/config.h index 540eff0329..6b64137b43 100644 --- a/firmware/export/config.h +++ b/firmware/export/config.h @@ -496,7 +496,8 @@ Lyre prototype 1 */ #define ARM_ARCH 6 /* ARMv6 */ #elif defined(CPU_TCC77X) || defined(CPU_TCC780X) || (CONFIG_CPU == DM320) \ - || (CONFIG_CPU == AT91SAM9260) || (CONFIG_CPU == AS3525v2) + || (CONFIG_CPU == AT91SAM9260) || (CONFIG_CPU == AS3525v2) \ + || (CONFIG_PLATFORM & PLATFORM_ANDROID) #define CPU_ARM #define ARM_ARCH 5 /* ARMv5 */ |