• R/O
  • HTTP
  • SSH
  • HTTPS

Commit

Tags
No Tags

Frequently used words (click to add to your profile)

javac++androidlinuxc#windowsobjective-ccocoa誰得qtpythonphprubygameguibathyscaphec計画中(planning stage)翻訳omegatframeworktwitterdomtestvb.netdirectxゲームエンジンbtronarduinopreviewer

bootable/newinstaller


Commit MetaInfo

Revisionfe7a5f63c09acfc8d3fd81e86baff366a35f2ace (tree)
Time2019-10-05 19:37:18
AuthorChih-Wei Huang <cwhuang@linu...>
CommiterChih-Wei Huang

Log Message

Use isohybrid.pl in AOSP's tree

This removes the dependency of an external host tool.

Change Summary

Incremental Difference

--- a/Android.mk
+++ b/Android.mk
@@ -92,7 +92,7 @@ $(ISO_IMAGE): $(boot_dir) $(BUILT_IMG)
9292 $(GENISOIMG) -vJURT -b isolinux/isolinux.bin -c isolinux/boot.cat \
9393 -no-emul-boot -boot-load-size 4 -boot-info-table -eltorito-alt-boot -e boot/grub/efi.img -no-emul-boot \
9494 -input-charset utf-8 -V "$(if $(RELEASE_OS_TITLE),$(RELEASE_OS_TITLE),Android-x86) LiveCD" -o $@ $^
95- $(hide) isohybrid --uefi $@ || echo -e "isohybrid not found.\nInstall syslinux 4.0 or higher if you want to build a usb bootable iso."
95+ $(hide) external/syslinux/bios/utils/isohybrid.pl $@
9696 @echo -e "\n\n$@ is built successfully.\n\n"
9797
9898 rpm: $(wildcard $(LOCAL_PATH)/rpm/*) $(BUILT_IMG)