Lines Matching full:emulator
2 # modules for the Android emulator. It will be called several times
18 ### emulator-target-$CPU: target-specific emulation code.
45 $(call start-emulator-library, emulator-target-$(EMULATOR_TARGET_CPU))
227 $(call end-emulator-library)
232 ### qemu-android-$CPU: headless emulator core program
235 $(call start-emulator-program, qemu-android-$(EMULATOR_TARGET_ARCH))
248 emulator-libqemu \
249 emulator-target-$(EMULATOR_TARGET_CPU) \
250 emulator-libelff \
251 emulator-common \
308 $(call end-emulator-program)
313 ### emulator-$ARCH: Standalone emulator program
317 $(call start-emulator-program, emulator-$(EMULATOR_TARGET_ARCH))
320 emulator-libui \
321 emulator-libqemu \
322 emulator-target-$(EMULATOR_TARGET_CPU) \
323 emulator-libelff \
324 emulator-common \
386 $(call end-emulator-program)