Revert "build: Add support for building snakeyaml within the AOSP (host only)."

This reverts commit ad89e101fea7da5f43b4664942cbcf93f11ba92f.

Change-Id: Ifeb2dcb45a1dd1c4f925390e0deff6d99ab8206d
3 files changed
tree: 8a38fcea3edfcf6f1043e6926bc7af6e3b006792
  1. .mvn/
  2. src/
  3. .gitignore
  4. .hgeol
  5. .hgignore
  6. docker-run-jdk6.sh
  7. docker-run-jdk7.sh
  8. docker-run-jdk8.sh
  9. docker-run.sh
  10. LICENSE.txt
  11. MODULE_LICENSE_APACHE2
  12. mvnw
  13. mvnw.bat
  14. NOTICE
  15. pom.xml
  16. pom.yaml
  17. README.md
  18. 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