Advertisement
patrickc

Untitled

Jul 24th, 2012
57
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.33 KB | None | 0 0
  1. patrickc@fnv-beets:~/liquid/ics$ make otapackage -j13
  2. ============================================
  3. PLATFORM_VERSION_CODENAME=AOSP
  4. PLATFORM_VERSION=4.0.4
  5. TARGET_PRODUCT=liquid_spyder
  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_BUILD_TYPE=release
  14. BUILD_ID=IMM76L
  15. OUT_DIR=out
  16. ============================================
  17. ln: creating symbolic link `out/target/product/spyder/system/lib/../vendor/lib/libbltsville_gc2d.so': No such file or directory
  18. ln: creating symbolic link `out/target/product/spyder/system/lib/../vendor/lib/libbltsville_hw2d.so': No such file or directory
  19. cp: target `out/target/product/spyder/system/vendor/lib' is not a directory
  20. build/core/base_rules.mk:78: *** Module name: uix
  21. build/core/base_rules.mk:79: *** Makefile location: sdk/layoutopt/libs/uix/src
  22. build/core/base_rules.mk:80: *
  23. build/core/base_rules.mk:81: * Each module must use a LOCAL_MODULE_TAGS in its
  24. build/core/base_rules.mk:82: * Android.mk. Possible tags declared by a module:
  25. build/core/base_rules.mk:83: *
  26. build/core/base_rules.mk:84: * optional, debug, eng, tests, samples
  27. build/core/base_rules.mk:85: *
  28. build/core/base_rules.mk:86: * If the module is expected to be in all builds
  29. build/core/base_rules.mk:87: * of a product, then it should use the
  30. build/core/base_rules.mk:88: * "optional" tag:
  31. build/core/base_rules.mk:89: *
  32. build/core/base_rules.mk:90: * Add "LOCAL_MODULE_TAGS := optional" in the
  33. build/core/base_rules.mk:91: * Android.mk for the affected module, and add
  34. build/core/base_rules.mk:92: * the LOCAL_MODULE value for that component
  35. build/core/base_rules.mk:93: * into the PRODUCT_PACKAGES section of product
  36. build/core/base_rules.mk:94: * makefile(s) where it's necessary, if
  37. build/core/base_rules.mk:95: * appropriate.
  38. build/core/base_rules.mk:96: *
  39. build/core/base_rules.mk:97: * If the component should be in EVERY build of ALL
  40. build/core/base_rules.mk:98: * products, then add its LOCAL_MODULE value to the
  41. build/core/base_rules.mk:99: * PRODUCT_PACKAGES section of
  42. build/core/base_rules.mk:100: * build/target/product/core.mk
  43. build/core/base_rules.mk:101: *
  44. build/core/base_rules.mk:102: *** user tag detected on new module - user tags are only supported on legacy modules. Stop.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement