blob: 27a17c1c9d3bfd5256b3f2aefd2f6c95e9430e9e [file] [log] [blame]
#
# This configure file is just for Linux projects against Android
#
VOPRJ :=
VONJ :=
# WARNING:
# Using v7 breaks generic build
ifeq ($(TARGET_ARCH),arm)
VOTT := v5
else
VOTT := pc
endif
# Do we also need to check on ARCH_ARM_HAVE_ARMV7A? - probably not
ifeq ($(ARCH_ARM_HAVE_NEON),true)
VOTT := v7
endif
VOTEST := 0
VO_CFLAGS:=-DLINUX