Home | History | Annotate | Download | only in mini-emulator-armv7-a-neon
      1 # BoardConfig.mk
      2 #
      3 # Product-specific compile-time definitions.
      4 #
      5 
      6 include device/generic/armv7-a-neon/BoardConfig.mk
      7 
      8 ifndef PDK_FUSION_PLATFORM_ZIP
      9 ifeq ($(HOST_OS),linux)
     10   WITH_DEXPREOPT := true
     11 endif
     12 endif # PDK_FUSION_PLATFORM_ZIP
     13