Add cbor-java to allowed_deps

Apex-Size-Increase: 24KB
Previous-Platform-Support: Yes
Ignore-AOSP-First: Dependencies only in internal branches
Test-Info: Library has it's own test `atest CborJavaTestCases`, which
are included as part of mts-adservices tag
Test: m mts && mts-tradefed run mts-adservices

NOTE: This is a pick from internal branches for a new module that is
      in AOSP, yet needs cbor-java. Keeping commit message above for
      consistency with the Change-Id.

Merged-In: I60f53d008c5153fc94ab59fa1e82e2c8baf2bdcb
Change-Id: I60f53d008c5153fc94ab59fa1e82e2c8baf2bdcb
1 file changed
tree: 8f2a1f2e5b1076c488665e7d309b49e62bd76bce
  1. build/
  2. java/
  3. javatests/
  4. proguard/
  5. proto/
  6. sdk/
  7. tools/
  8. Android.bp
  9. MODULES_OWNERS
  10. OWNERS
  11. PREBUILTS_MODULE_OWNERS
  12. PREUPLOAD.cfg
  13. README.md
README.md

packages/modules/common

This project includes mainline build and other utility code. Any library code intended for use by modules should go in frameworks/libs/modules-utils instead.

java code

This project uses a single source path for java code. All java code should go in the java directory with subdirectories corresponding to the java package. Android.bp files should go alongside the java source files, and should only include java source for a single java package to encourage good code hygiene.

Tests for java code should go in the javatests directory and follow the same structure.