Home | History | Annotate | Download | only in qemu

Lines Matching full:emulator

90         $(info emulator: Ignoring unsupported GCC flag $(GCC_W_NO_MISSING_FIELD_INITIALIZERS))
123 QEMU_OPENGLES_INCLUDE := sdk/emulator/opengl/host/include
156 # $(call start-emulator-library, <module-name>)
160 # $(call end-emulator-library)
162 start-emulator-library = \
173 # Used with start-emulator-library
174 end-emulator-library = \
177 # A variant of start-emulator-library to start the definition of a host
178 # program instead. Use with end-emulator-program
179 start-emulator-program = \
180 $(call start-emulator-library,$1) \
183 # A varient of end-emulator-library for host programs instead
184 end-emulator-program = \
234 # When building the Windows emulator under Linux, use the MinGW one
251 # We want to build all variants of the emulator binaries. This makes
252 # it easier to catch target-specific regressions during emulator development.
265 ### emulator: LAUNCHER FOR TARGET-SPECIFIC EMULATOR
268 $(call start-emulator-program, emulator)
270 LOCAL_SRC_FILES := android/main-emulator.c
271 LOCAL_STATIC_LIBRARIES := emulator-common
277 $(call end-emulator-program)
282 ### emulator-ui: UI FRONT-END PROGRAM
285 $(call start-emulator-program, emulator-ui)
288 emulator-common \
289 emulator-libui \
290 emulator-common \
321 $(call end-emulator-program)