编译android报错,提示信息如下:
 1 Copy: out/target/product/eee_701/obj/lib/libdiskconfig.so -> out/
 2 target/product/eee_701/installer/root/system/lib/libdiskconfig.so
 3 Copy: ->
 4 dirname: missing operand
 5 Try `dirname --help' for more information.
 6 mkdir: missing operand
 7 Try `mkdir --help' for more information.
 8 cp: missing file operand
 9 Try `cp --help' for more information.
10 Copy: ->
11 dirname: missing operand

使用编译参数:
TARGET_ARCH=x86 TARGET_PRODUCT=eee_701
DISABLE_DEXPREOPT=true make installer_img

解决方法:
external/e2fsprogs/Android.mk:
--- a/Android.mk
+++ b/Android.mk
@@ 
-1,3 +1,3 @@
 ifneq ($(TARGET_SIMULATOR),
true)
-# include $(call all-subdir-makefiles)
+ include $(call all-subdir-makefiles)
posted on 2009-09-11 11:37  free_will  阅读(1854)  评论(0编辑  收藏  举报