Home | History | Annotate | Download | only in qemu

Lines Matching full:emulator

48 # this is needed to build the emulator on 64-bit Linux systems
75 $(error Building the Android emulator requires OS X 10.5 or above)
137 # $(call start-emulator-library, <module-name>)
141 # $(call end-emulator-library)
143 start-emulator-library = \
155 # Used with start-emulator-library
156 end-emulator-library = \
159 # A variant of start-emulator-library to start the definition of a host
160 # program instead. Use with end-emulator-program
161 start-emulator-program = \
162 $(call start-emulator-library,$1) \
165 # A varient of end-emulator-library for host programs instead
166 end-emulator-program = \
198 # We want to build all variants of the emulator binaries. This makes
199 # it easier to catch target-specific regressions during emulator development.
209 ### emulator: LAUNCHER FOR TARGET-SPECIFIC EMULATOR
212 $(call start-emulator-program, emulator)
214 LOCAL_SRC_FILES := android/main-emulator.c
215 LOCAL_STATIC_LIBRARIES := emulator-common
217 $(call end-emulator-program)
222 ### emulator-ui: UI FRONT-END PROGRAM
225 $(call start-emulator-program, emulator-ui)
228 emulator-common \
229 emulator-libui \
230 emulator-common \
262 $(call end-emulator-program)