HomeSort by relevance Sort by last modified time
    Searched refs:ndebug (Results 1 - 5 of 5) sorted by null

  /art/dex2oat/
Android.mk 25 $(eval $(call build-art-executable,dex2oat,$(DEX2OAT_SRC_FILES),libcutils libart-compiler,art/compiler,target,ndebug))
34 $(eval $(call build-art-executable,dex2oat,$(DEX2OAT_SRC_FILES),libart-compiler,art/compiler,host,ndebug))
  /art/oatdump/
Android.mk 25 $(eval $(call build-art-executable,oatdump,$(OATDUMP_SRC_FILES),libcutils,,target,ndebug))
33 $(eval $(call build-art-executable,oatdump,$(OATDUMP_SRC_FILES),,,host,ndebug))
  /art/build/
Android.executable.mk 32 # $(6): ndebug or debug
39 ifneq ($(6),ndebug)
41 $$(error expected ndebug or debug for argument 6, received $(6))
63 ifeq ($$(art_ndebug_or_debug),ndebug)
88 ifeq ($$(art_ndebug_or_debug),ndebug)
  /art/compiler/
Android.mk 119 # $(2): ndebug or debug
126 ifneq ($(2),ndebug)
128 $$(error expected ndebug or debug for argument 2, received $(2))
142 ifeq ($$(art_ndebug_or_debug),ndebug)
233 $(eval $(call build-libart-compiler,target,ndebug))
241 $(eval $(call build-libart-compiler,host,ndebug))
  /art/runtime/
Android.mk 258 # $(2): ndebug or debug
265 ifneq ($(2),ndebug)
267 $$(error expected ndebug or debug for argument 2, received $(2))
279 ifeq ($$(art_ndebug_or_debug),ndebug)
355 $(eval $(call build-libart,target,ndebug))
364 $(eval $(call build-libart,host,ndebug))

Completed in 58 milliseconds