Advertisement
Guest User

My Console Log

a guest
Aug 25th, 2012
159
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.07 KB | None | 0 0
  1. rob@rob-VirtualBox:~$ cd ~/android/system
  2. rob@rob-VirtualBox:~/android/system$ repo sync
  3. Fetching projects: 100% (310/310), done.
  4. Syncing work tree: 100% (310/310), done.
  5.  
  6. rob@rob-VirtualBox:~/android/system$ . build/envsetup.sh
  7. including device/asus/grouper/vendorsetup.sh
  8. including device/generic/armv7-a-neon/vendorsetup.sh
  9. including device/generic/armv7-a/vendorsetup.sh
  10. including device/ti/panda/vendorsetup.sh
  11. including vendor/cm/vendorsetup.sh
  12. including sdk/bash_completion/adb.bash
  13. rob@rob-VirtualBox:~/android/system$ brunch grouper
  14. including vendor/cm/vendorsetup.sh
  15. Looking for dependencies
  16.  
  17. ============================================
  18. PLATFORM_VERSION_CODENAME=REL
  19. PLATFORM_VERSION=4.1.1
  20. TARGET_PRODUCT=cm_grouper
  21. TARGET_BUILD_VARIANT=userdebug
  22. TARGET_BUILD_TYPE=release
  23. TARGET_BUILD_APPS=
  24. TARGET_ARCH=arm
  25. TARGET_ARCH_VARIANT=armv7-a-neon
  26. HOST_ARCH=x86
  27. HOST_OS=linux
  28. HOST_OS_EXTRA=Linux-3.0.0-22-generic-x86_64-with-Ubuntu-11.10-oneiric
  29. HOST_BUILD_TYPE=release
  30. BUILD_ID=JRO03L
  31. OUT_DIR=out
  32. ============================================
  33.  
  34. ============================================
  35. PLATFORM_VERSION_CODENAME=REL
  36. PLATFORM_VERSION=4.1.1
  37. TARGET_PRODUCT=cm_grouper
  38. TARGET_BUILD_VARIANT=userdebug
  39. TARGET_BUILD_TYPE=release
  40. TARGET_BUILD_APPS=
  41. TARGET_ARCH=arm
  42. TARGET_ARCH_VARIANT=armv7-a-neon
  43. HOST_ARCH=x86
  44. HOST_OS=linux
  45. HOST_OS_EXTRA=Linux-3.0.0-22-generic-x86_64-with-Ubuntu-11.10-oneiric
  46. HOST_BUILD_TYPE=release
  47. BUILD_ID=JRO03L
  48. OUT_DIR=out
  49. ============================================
  50. find: `src': No such file or directory
  51. build/core/Makefile:38: warning: overriding commands for target `out/target/product/grouper/system/etc/mkshrc'
  52. build/core/base_rules.mk:530: warning: ignoring old commands for target `out/target/product/grouper/system/etc/mkshrc'
  53. PRODUCT_COPY_FILES frameworks/native/data/etc/android.software.sip.voip.xml:system/etc/permissions/android.software.sip.voip.xml ignored.
  54. PRODUCT_COPY_FILES system/bluetooth/data/main.nonsmartphone.conf:system/etc/bluetooth/main.conf ignored.
  55. No private recovery resources for TARGET_DEVICE grouper
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement