1#
2# This configure file is just for Linux projects against Android
3#
4
5VOPRJ :=
6VONJ :=
7
8# WARNING:
9# Using v7 breaks generic build
10ifeq ($(TARGET_ARCH),arm)
11VOTT := v5
12else
13VOTT := pc
14endif
15
16# Do we also need to check on ARCH_ARM_HAVE_ARMV7A? - probably not
17ifeq ($(TARGET_ARCH),arm)
18  ifeq ($(ARCH_ARM_HAVE_NEON),true)
19    VOTT := v7
20  endif
21endif
22
23VOTEST := 0
24
25