dtalley11

Bravoc error

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