HomeSort by relevance Sort by last modified time
    Searched defs:WITH_JIT (Results 1 - 3 of 3) sorted by null

  /dalvik/vm/
Dvm.mk 209 WITH_JIT := $(strip $(WITH_JIT))
211 ifeq ($(WITH_JIT),true)
277 ifeq ($(WITH_JIT),true)
Android.mk 56 # If WITH_JIT is configured, build multiple versions of libdvm.so to facilitate
58 ifeq ($(WITH_JIT),true)
82 WITH_JIT := false
  /build/core/combo/
TARGET_linux-arm.mk 224 ifeq ($(strip $(WITH_JIT)),)
225 WITH_JIT := true

Completed in 43 milliseconds