OSDN Git Service

DISABLED 2 lines that break the SDK build (bios.bin in sdk/tools.atree)
authorRaphael Moll <ralf@android.com>
Mon, 7 Mar 2011 16:47:42 +0000 (08:47 -0800)
committerRaphael Moll <ralf@android.com>
Mon, 7 Mar 2011 16:47:42 +0000 (08:47 -0800)
Change-Id: I7d589782bf898d1ce09d0e29108566f7560019f1

build/tools.atree

index db3367c..1e3f722 100644 (file)
@@ -43,8 +43,9 @@ bin/zipalign     tools/zipalign
 bin/emulator tools/emulator-arm
 bin/emulator-x86   tools/emulator-x86
 sdk/emulator/snapshot/snapshots.img tools/lib/emulator/snapshots.img
-usr/share/pc-bios/bios.bin   tools/lib/pc-bios/bios.bin
-usr/share/pc-bios/vgabios-cirrus.bin   tools/lib/pc-bios/vgabios-cirrus.bin
+# DISABLED 2 lines that break the build: sdk/build/tools.atree:46: couldn't locate source file:...
+#usr/share/pc-bios/bios.bin   tools/lib/pc-bios/bios.bin
+#usr/share/pc-bios/vgabios-cirrus.bin   tools/lib/pc-bios/vgabios-cirrus.bin
 
 # Java-Based SDK Tools
 bin/ddms            tools/ddms