commit | 6a9cbccc06426e3586f5f61a9e51eb1d121a3313 | [log] [tgz] |
---|---|---|
author | Jorge Saldivar <jorgesaldivar@google.com> | Fri Jul 01 17:33:11 2022 +0000 |
committer | Seth Moore <sethmo@google.com> | Wed Nov 09 09:14:47 2022 -0800 |
tree | 8f2a1f2e5b1076c488665e7d309b49e62bd76bce | |
parent | 3b179d22e6688285caa0659d7592aa245f8123dd [diff] |
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
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.
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.