Use BUILD_HOST_STATIC_DALVIK_JAVA_LIBRARY for snakeyaml-hostdex

BUILD_HOST_STATIC_DALVIK_JAVA_LIBRARY must be used for libraries
that will be linked with LOCAL_STATIC_JAVA_LIBRARIES.

Test: m -j java
Change-Id: I9dbe991558f35ed15c9f804a1a27876b9279aa4f
1 file changed
tree: cf1d9957a1f30b22c6c4615d5ba0f07838760f56
  1. .mvn/
  2. src/
  3. .gitignore
  4. .hgeol
  5. .hgignore
  6. Android.mk
  7. ApplyAndroidPatches.mk
  8. CleanSpec.mk
  9. docker-run-jdk6.sh
  10. docker-run-jdk7.sh
  11. docker-run-jdk8.sh
  12. docker-run.sh
  13. LICENSE.txt
  14. MODULE_LICENSE_APACHE2
  15. mvnw
  16. mvnw.bat
  17. NOTICE
  18. patch-android-src
  19. pom.xml
  20. pom.yaml
  21. README.md
  22. README.version
README.md

The art of simplicity is a puzzle of complexity.

Overview

YAML is a data serialization format designed for human readability and interaction with scripting languages.

SnakeYAML is a YAML processor for the Java Virtual Machine.

SnakeYAML features

  • a complete YAML 1.1 processor. In particular, SnakeYAML can parse all examples from the specification.
  • Unicode support including UTF-8/UTF-16 input/output.
  • high-level API for serializing and deserializing native Java objects.
  • support for all types from the YAML types repository.
  • relatively sensible error messages.

Info

Contribute