Advertisement
Guest User

build

a guest
Nov 9th, 2013
88
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.41 KB | None | 0 0
  1. fun@fun-VirtualBox:~/android$ make -j1
  2. ============================================
  3. PLATFORM_VERSION_CODENAME=REL
  4. PLATFORM_VERSION=4.1.2
  5. TARGET_PRODUCT=cm_ls840
  6. TARGET_BUILD_VARIANT=userdebug
  7. TARGET_BUILD_TYPE=release
  8. TARGET_BUILD_APPS=
  9. TARGET_ARCH=arm
  10. TARGET_ARCH_VARIANT=armv7-a-neon
  11. HOST_ARCH=x86
  12. HOST_OS=linux
  13. HOST_OS_EXTRA=Linux-3.8.0-29-generic-x86_64-with-Ubuntu-12.04-precise
  14. HOST_BUILD_TYPE=release
  15. BUILD_ID=JZO54K
  16. OUT_DIR=/home/fun/android/out
  17. ============================================
  18. bootable/recovery/Android.mk:196: bootable/recovery/gui/Android.mk: No such file or directory
  19. find: `src': No such file or directory
  20. *** Overlay change detected, clean shared intermediate files...
  21. *** rm -rf /home/fun/android/out/target/common/obj/APPS/framework-res_intermediates /home/fun/android/out/target/common/obj/APPS/LatinIME_intermediates /home/fun/android/out/target/common/obj/APPS/SettingsProvider_intermediates /home/fun/android/out/target/common/obj/APPS/SystemUI_intermediates /home/fun/android/out/target/common/obj/APPS/Trebuchet_intermediates
  22. build/core/Makefile:44: warning: overriding commands for target `/home/fun/android/out/target/product/ls840/system/etc/mkshrc'
  23. build/core/base_rules.mk:529: warning: ignoring old commands for target `/home/fun/android/out/target/product/ls840/system/etc/mkshrc'
  24. PRODUCT_COPY_FILES device/sample/etc/apns-full-conf.xml:system/etc/apns-conf.xml ignored.
  25. PRODUCT_COPY_FILES system/bluetooth/data/main.le.conf:system/etc/bluetooth/main.conf ignored.
  26. PRODUCT_COPY_FILES device/lge/ls840/configs/gps.conf:system/etc/gps.conf ignored.
  27. build/core/Makefile:44: warning: overriding commands for target `/home/fun/android/out/target/product/ls840/system/bin/rild'
  28. build/core/base_rules.mk:529: warning: ignoring old commands for target `/home/fun/android/out/target/product/ls840/system/bin/rild'
  29. build/core/Makefile:44: warning: overriding commands for target `/home/fun/android/out/target/product/ls840/system/lib/libril.so'
  30. build/core/base_rules.mk:529: warning: ignoring old commands for target `/home/fun/android/out/target/product/ls840/system/lib/libril.so'
  31. PRODUCT_COPY_FILES device/generic/goldfish/data/etc/apns-conf.xml:system/etc/apns-conf.xml ignored.
  32. find: `bootable/recovery/res': No such file or directory
  33. No private recovery resources for TARGET_DEVICE ls840
  34. make: *** No rule to make target `bootable/recovery/gui/Android.mk'. Stop.
  35. fun@fun-VirtualBox:~/android$
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement