Advertisement
Guest User

Untitled

a guest
Jul 24th, 2012
64
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.29 KB | None | 0 0
  1. aross@ubuntu:~/WORKING_DIRECTORY$ source build/envsetup.sh
  2. including device/asus/grouper/vendorsetup.sh
  3. including device/generic/armv7-a-neon/vendorsetup.sh
  4. including device/generic/armv7-a/vendorsetup.sh
  5. including device/moto/wingray/vendorsetup.sh
  6. including device/samsung/crespo/vendorsetup.sh
  7. including device/samsung/maguro/vendorsetup.sh
  8. including device/ti/panda/vendorsetup.sh
  9. including sdk/bash_completion/adb.bash
  10. aross@ubuntu:~/WORKING_DIRECTORY$ lunch
  11.  
  12. You're building on Linux
  13.  
  14. Lunch menu... pick a combo:
  15. 1. full-eng
  16. 2. full_x86-eng
  17. 3. vbox_x86-eng
  18. 4. full_grouper-userdebug
  19. 5. mini_armv7a_neon-userdebug
  20. 6. mini_armv7a-userdebug
  21. 7. full_wingray-userdebug
  22. 8. full_crespo-userdebug
  23. 9. full_maguro-userdebug
  24. 10. full_panda-userdebug
  25.  
  26. Which would you like? [full-eng] full_toro-userdebug
  27.  
  28. ============================================
  29. PLATFORM_VERSION_CODENAME=REL
  30. PLATFORM_VERSION=4.1.1
  31. TARGET_PRODUCT=full_toro
  32. TARGET_BUILD_VARIANT=userdebug
  33. TARGET_BUILD_TYPE=release
  34. TARGET_BUILD_APPS=
  35. TARGET_ARCH=arm
  36. TARGET_ARCH_VARIANT=armv7-a-neon
  37. HOST_ARCH=x86
  38. HOST_OS=linux
  39. HOST_OS_EXTRA=Linux-3.2.0-27-generic-x86_64-with-Ubuntu-12.04-precise
  40. HOST_BUILD_TYPE=release
  41. BUILD_ID=JRO03C
  42. OUT_DIR=out
  43. ============================================
  44.  
  45. aross@ubuntu:~/WORKING_DIRECTORY$ make -j4 otapackage
  46. ============================================
  47. PLATFORM_VERSION_CODENAME=REL
  48. PLATFORM_VERSION=4.1.1
  49. TARGET_PRODUCT=full_toro
  50. TARGET_BUILD_VARIANT=userdebug
  51. TARGET_BUILD_TYPE=release
  52. TARGET_BUILD_APPS=
  53. TARGET_ARCH=arm
  54. TARGET_ARCH_VARIANT=armv7-a-neon
  55. HOST_ARCH=x86
  56. HOST_OS=linux
  57. HOST_OS_EXTRA=Linux-3.2.0-27-generic-x86_64-with-Ubuntu-12.04-precise
  58. HOST_BUILD_TYPE=release
  59. BUILD_ID=JRO03C
  60. OUT_DIR=out
  61. ============================================
  62. Checking build tools versions...
  63. ************************************************************
  64. You are attempting to build with the incorrect version
  65. of java.
  66.  
  67. Your version is: java version "1.6.0_24".
  68. The correct version is: Java SE 1.6.
  69.  
  70. Please follow the machine setup instructions at
  71. https://source.android.com/source/download.html
  72. ************************************************************
  73. build/core/main.mk:141: *** stop. Stop.
  74. aross@ubuntu:~/WORKING_DIRECTORY$
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement