Make snakeyaml Java library non-static.

dvr-tradefed target needs the JAR file for distribution.

Bug: 70618620
Test: m dist now builds.
Change-Id: Ife1946d1cd2186cdc622feb9de79bbc7c6f3c72e
Merged-In: Ife1946d1cd2186cdc622feb9de79bbc7c6f3c72e
(cherry picked from commit f67de3ea0aa0e9f1846f1a887f3e52b761c27b2c)
1 file changed
tree: db1a97f7823cdf30484a508cd6bfb36ea3695c0b
  1. .mvn/
  2. src/
  3. .gitignore
  4. .hgeol
  5. .hgignore
  6. Android.bp
  7. CleanSpec.mk
  8. docker-run-jdk6.sh
  9. docker-run-jdk7.sh
  10. docker-run-jdk8.sh
  11. docker-run.sh
  12. LICENSE.txt
  13. MODULE_LICENSE_APACHE2
  14. mvnw
  15. mvnw.bat
  16. NOTICE
  17. OWNERS
  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