commit | c28666f2e4cfac8c7572b018af05665927dfd8bd | [log] [tgz] |
---|---|---|
author | Andrew Vuong <akvuong@google.com> | Tue Mar 14 17:52:40 2023 +0000 |
committer | Andrew Vuong <akvuong@google.com> | Thu Mar 16 23:24:48 2023 +0000 |
tree | 4f0c6c51f2ceaafa8e803f39039b8834fab0f8f2 | |
parent | 6d5a205089030d7f7b595d88296b7a43114fb568 [diff] |
Add owasp-java-encoder to allowed_deps Apex-Size-Increase: ~12KB increase Previous-Platform-Support: None Aosp-First: yes Test-Info: atest. The package has its own set of unit tests configured and will have module specific tests added as well. bug: 262898801 Test: m && atest Change-Id: I2b66214b995d69789ff1ee52ba5d08e5657696d9
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.