OSDN Git Service

Android.mk: show the iso path on building successfully
authorChih-Wei Huang <cwhuang@linux.org.tw>
Thu, 9 Feb 2012 09:49:00 +0000 (17:49 +0800)
committerChih-Wei Huang <cwhuang@linux.org.tw>
Fri, 27 Apr 2012 17:52:30 +0000 (01:52 +0800)
Android.mk

index edb9eee..66f57b3 100644 (file)
@@ -92,6 +92,7 @@ $(ISO_IMAGE): $(boot_dir) $(BUILT_IMG)
                -no-emul-boot -boot-load-size 4 -boot-info-table \
                -input-charset utf-8 -V "Android-x86 LiveCD" -o $@ $^
        $(hide) isohybrid $@ || echo -e "isohybrid not found.\nInstall syslinux 4.0 or higher if you want to build a usb bootable iso."
+       @echo -e "\n\n$@ is built successfully.\n\n"
 
 ANDROID_SRC := /android-system
 USB_BOOT := $(PRODUCT_OUT)/usb_boot