diff options
Diffstat (limited to 'Makefile.android')
-rw-r--r-- | Makefile.android | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/Makefile.android b/Makefile.android index 4b6e211..efc6fc3 100644 --- a/Makefile.android +++ b/Makefile.android @@ -202,6 +202,19 @@ include $(LOCAL_PATH)/Makefile.target ############################################################################## ############################################################################## ### +### emulator: LAUNCHER FOR TARGET-SPECIFIC EMULATOR +### +### +$(call start-emulator-program, emulator) + +LOCAL_SRC_FILES := android/main-emulator.c +LOCAL_STATIC_LIBRARIES := emulator-common + +$(call end-emulator-program) + +############################################################################## +############################################################################## +### ### emulator-ui: UI FRONT-END PROGRAM ### ### |