commit | 70835ee13d62e0d89ff726665126a3ecf12eb1d0 | [log] [tgz] |
---|---|---|
author | Andrew Vuong <akvuong@google.com> | Fri Nov 11 22:44:29 2022 +0000 |
committer | Andrew Vuong <akvuong@google.com> | Fri Nov 11 22:46:56 2022 +0000 |
tree | bd295913adbdef4b8c25ce4e000671ae011d9951 | |
parent | 7aa68307e4d3946af0c937da2f159218644eb679 [diff] |
Add flatbuffer-java to allowed_deps Apex-Size-Increase: 4KB Previous-Platform-Support: None Aosp-First: yes Test-Info: Library has its own set of manual tests by running external/flatbuffers/tests/JavaTests.sh. Follow-up to add android tests bug: 258833030 Test: external/flatbuffers/tests/JavaTests.sh and m Change-Id: I33f26cf26b1fd4e3268153b30c50976a006ec0d9
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.