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