x13thangelx

d2g_ics_2

Nov 25th, 2011
103
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.40 KB | None | 0 0
  1. x13thangelx@x13thangelx-laptop ~/android/source/ics4d2g $ lunch 4 && make otapackage
  2.  
  3. ============================================
  4. PLATFORM_VERSION_CODENAME=REL
  5. PLATFORM_VERSION=4.0.1
  6. TARGET_PRODUCT=aosp_droid2we
  7. TARGET_BUILD_VARIANT=eng
  8. TARGET_BUILD_TYPE=release
  9. TARGET_BUILD_APPS=
  10. TARGET_ARCH=arm
  11. TARGET_ARCH_VARIANT=armv7-a-neon
  12. HOST_ARCH=x86
  13. HOST_OS=linux
  14. HOST_BUILD_TYPE=release
  15. BUILD_ID=ICS_MR0
  16. ============================================
  17.  
  18. ============================================
  19. PLATFORM_VERSION_CODENAME=REL
  20. PLATFORM_VERSION=4.0.1
  21. TARGET_PRODUCT=aosp_droid2we
  22. TARGET_BUILD_VARIANT=eng
  23. TARGET_BUILD_TYPE=release
  24. TARGET_BUILD_APPS=
  25. TARGET_ARCH=arm
  26. TARGET_ARCH_VARIANT=armv7-a-neon
  27. HOST_ARCH=x86
  28. HOST_OS=linux
  29. HOST_BUILD_TYPE=release
  30. BUILD_ID=ICS_MR0
  31. ============================================
  32. build/core/base_rules.mk:78: *** Module name: 01_Vendor_ti_omx
  33. build/core/base_rules.mk:79: *** Makefile location: hardware/ti/omap3/omx/core_plugin
  34. build/core/base_rules.mk:80: *
  35. build/core/base_rules.mk:81: * Each module must use a LOCAL_MODULE_TAGS in its
  36. build/core/base_rules.mk:82: * Android.mk. Possible tags declared by a module:
  37. build/core/base_rules.mk:83: *
  38. build/core/base_rules.mk:84: * optional, debug, eng, tests, samples
  39. build/core/base_rules.mk:85: *
  40. build/core/base_rules.mk:86: * If the module is expected to be in all builds
  41. build/core/base_rules.mk:87: * of a product, then it should use the
  42. build/core/base_rules.mk:88: * "optional" tag:
  43. build/core/base_rules.mk:89: *
  44. build/core/base_rules.mk:90: * Add "LOCAL_MODULE_TAGS := optional" in the
  45. build/core/base_rules.mk:91: * Android.mk for the affected module, and add
  46. build/core/base_rules.mk:92: * the LOCAL_MODULE value for that component
  47. build/core/base_rules.mk:93: * into the PRODUCT_PACKAGES section of product
  48. build/core/base_rules.mk:94: * makefile(s) where it's necessary, if
  49. build/core/base_rules.mk:95: * appropriate.
  50. build/core/base_rules.mk:96: *
  51. build/core/base_rules.mk:97: * If the component should be in EVERY build of ALL
  52. build/core/base_rules.mk:98: * products, then add its LOCAL_MODULE value to the
  53. build/core/base_rules.mk:99: * PRODUCT_PACKAGES section of
  54. build/core/base_rules.mk:100: * build/target/product/core.mk
  55. build/core/base_rules.mk:101: *
  56. build/core/base_rules.mk:102: *** user tag detected on new module - user tags are only supported on legacy modules. Stop.
  57.  
  58.  
Advertisement
Add Comment
Please, Sign In to add comment