From: Sooyoung Ha Date: Fri, 12 Jun 2015 10:11:21 +0000 (+0900) Subject: build: fix the build fail by W/A X-Git-Tag: Tizen_Studio_1.3_Release_p2.3.1~55 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=9077f74e64e933e07a1bdc120ff26bfd702ec172;p=sdk%2Femulator%2Fqemu.git build: fix the build fail by W/A emul_state has modified but not all changes merged. so block some codes for build. Change-Id: I63f0a2f1a633be4c9f0d117c936a9cb36d6ab733 Signed-off-by: Sooyoung Ha --- diff --git a/tizen/src/emul_state.c b/tizen/src/emul_state.c index daa9fe261f..ffd1f05364 100644 --- a/tizen/src/emul_state.c +++ b/tizen/src/emul_state.c @@ -40,7 +40,6 @@ #endif #include "block/block_int.h" -#include "sysemu/block-backend.h" #include "emulator_options.h" #include "skin/maruskin_server.h" @@ -361,6 +360,7 @@ const char* get_drive_image_file(void) return drive_image_file; } +#if 0 // we should parse from "drive" parameter. // so qemu_main() had to be called before. BlockBackend *bb = blk_by_name("drive"); @@ -373,6 +373,7 @@ const char* get_drive_image_file(void) // called before device initialized // or very weired situation +#endif LOG_SEVERE("Can not identify main drive image file !!!\n"); return "";