Revert "build: Fix build on AOSP"

This reverts commit 3b720bd591345aba037c51e0639a7bd7c4893561.

Change-Id: I8b5293e17ee08bc60ba57ac0260293e7befa7e0d
1 file changed
tree: 5f362a1571b0f751c47008b233ed3d0fa275b92c
  1. .mvn/
  2. src/
  3. .gitignore
  4. .hgeol
  5. .hgignore
  6. Android.mk
  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. patch-android-src
  18. pom.xml
  19. pom.yaml
  20. README.md
  21. 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