Searched defs:libart (Results 1 - 3 of 3) sorted by relevance

/art/disassembler/
H A DAndroid.mk30 define build-libart-disassembler
51 LOCAL_MODULE := libart-disassembler
80 LOCAL_SHARED_LIBRARIES += libart
104 $(eval $(call build-libart-disassembler,target,ndebug))
107 $(eval $(call build-libart-disassembler,target,debug))
111 $(eval $(call build-libart-disassembler,host,ndebug))
114 $(eval $(call build-libart-disassembler,host,debug))
/art/runtime/simulator/
H A DAndroid.mk27 define build-libart-simulator
48 LOCAL_MODULE := libart-simulator
77 LOCAL_SHARED_LIBRARIES += libart
101 $(eval $(call build-libart-simulator,host,ndebug))
104 $(eval $(call build-libart-simulator,host,debug))
/art/compiler/
H A DAndroid.mk181 define build-libart-compiler
206 LOCAL_MODULE := libart-compiler
208 LOCAL_STATIC_LIBRARIES += libart liblz4 liblzma
210 LOCAL_SHARED_LIBRARIES += libart liblz4 liblzma
314 $(eval $(call build-libart-compiler,host,ndebug))
316 $(eval $(call build-libart-compiler,host,ndebug,static))
320 $(eval $(call build-libart-compiler,host,debug))
322 $(eval $(call build-libart-compiler,host,debug,static))
326 $(eval $(call build-libart-compiler,target,ndebug))
329 $(eval $(call build-libart
[all...]

Completed in 169 milliseconds