[android-porting] Re: Compile error (no com.google.android.maps.xml)
Look at the wiki page at googlecode.com/p/patch-hosting-for-android-x86-support On Thu, 2009-05-14 at 06:14 -0700, ja...@work wrote: > I've got a similar problem: > > gmza...@gmzanda-desktop:~/workspace$ make > build/core/product_config.mk:261: WARNING: adding test OTA key > > TARGET_PRODUCT=sim > TARGET_BUILD_VARIANT=eng > TARGET_SIMULATOR=true > TARGET_BUILD_TYPE=debug > TARGET_ARCH=x86 > HOST_ARCH=x86 > HOST_OS=linux > HOST_BUILD_TYPE=release > BUILD_ID= > > build/core/copy_headers.mk:15: warning: overriding commands for target > `out/debug/host/linux-x86/product/sim/obj/include/libpv/ > getactualaacconfig.h' > build/core/copy_headers.mk:15: warning: ignoring old commands for > target `out/debug/host/linux-x86/product/sim/obj/include/libpv/ > getactualaacconfig.h' > > --a_lot_of_stuff--- > > > Copy: out/debug/host/linux-x86/product/sim/system/etc/apns-conf.xml > Install: out/debug/host/linux-x86/product/sim/system/etc/bookmarks.xml > make: *** No rule to make target `vendor/google/apps/GTalkService/ > com.google.android.gtalkservice.xml', needed by `out/debug/host/linux- > x86/product/sim/system/etc/permissions/ > com.google.android.gtalkservice.xml'. Stop. > > > > Any Idea? > > > Thanks, Jim > > > --~--~-~--~~~---~--~~ unsubscribe: android-porting+unsubscr...@googlegroups.com website: http://groups.google.com/group/android-porting -~--~~~~--~~--~--~---
[android-porting] Re: Compile error (no com.google.android.maps.xml)
I've got a similar problem: gmza...@gmzanda-desktop:~/workspace$ make build/core/product_config.mk:261: WARNING: adding test OTA key TARGET_PRODUCT=sim TARGET_BUILD_VARIANT=eng TARGET_SIMULATOR=true TARGET_BUILD_TYPE=debug TARGET_ARCH=x86 HOST_ARCH=x86 HOST_OS=linux HOST_BUILD_TYPE=release BUILD_ID= build/core/copy_headers.mk:15: warning: overriding commands for target `out/debug/host/linux-x86/product/sim/obj/include/libpv/ getactualaacconfig.h' build/core/copy_headers.mk:15: warning: ignoring old commands for target `out/debug/host/linux-x86/product/sim/obj/include/libpv/ getactualaacconfig.h' --a_lot_of_stuff--- Copy: out/debug/host/linux-x86/product/sim/system/etc/apns-conf.xml Install: out/debug/host/linux-x86/product/sim/system/etc/bookmarks.xml make: *** No rule to make target `vendor/google/apps/GTalkService/ com.google.android.gtalkservice.xml', needed by `out/debug/host/linux- x86/product/sim/system/etc/permissions/ com.google.android.gtalkservice.xml'. Stop. Any Idea? Thanks, Jim --~--~-~--~~~---~--~~ unsubscribe: android-porting+unsubscr...@googlegroups.com website: http://groups.google.com/group/android-porting -~--~~~~--~~--~--~---
[android-porting] Re: Compile error (no com.google.android.maps.xml)
In the eee_701.mk file change the entry 'generic_with_google.mk' to ' generic.mk' and try rebuilding. You need not have to remove any lines in generic_with_google.mk. Only thing is maps and gtalk service will not be available. - Ravi On Wed, May 6, 2009 at 8:43 AM, Chih-Wei wrote: > > Hi, > I have the following compiling error messages (using newest cupcake > branch) > > build/core/product_config.mk:261: WARNING: adding test OTA key > > TARGET_PRODUCT=eee_701 > TARGET_BUILD_VARIANT=eng > TARGET_SIMULATOR= > TARGET_BUILD_TYPE=release > TARGET_ARCH=x86 > HOST_ARCH=x86 > HOST_OS=linux > HOST_BUILD_TYPE=release > BUILD_ID= > > make: execvp: /bin/bash: Argument list too long > - Making installer image -- > rm -rf out/target/product/eee_701/installer > Install: out/target/product/eee_701/system/app/Mms.apk > make: *** No rule to make target `vendor/google/frameworks/maps/ > com.google.android.maps.xml', needed by `out/target/product/eee_701/ > system/etc/permissions/com.google.android.maps.xml'. Stop. > > It seems the recent change in build/target/product/ > generic_with_google.mk causes this problem. > A temporary solution is to remove PRODUCT_COPY_FILES in it. > > > > -- /__ ) Ravishankar Haranath / / __ / |__/ __)http://www.linmaya.net |/ | ___/ || || --~--~-~--~~~---~--~~ unsubscribe: android-porting+unsubscr...@googlegroups.com website: http://groups.google.com/group/android-porting -~--~~~~--~~--~--~---