commit | 4dbb1214818a2d40f05b7bc00245027df890892c | [log] [tgz] |
---|---|---|
author | Alex Buynytskyy <alexbuy@google.com> | Thu Dec 15 21:51:09 2022 +0000 |
committer | Alex Buynytskyy <alexbuy@google.com> | Thu Dec 15 19:50:43 2022 -0800 |
tree | dbdbe282153d82372088633345f8d61093fc9708 | |
parent | b79362fa534fa27650e10a96b384fffbf7f3e108 [diff] |
Update deps since the min_sdk_version was changed. Apex-Size-Increase: none Previous-Platform-Support: yes Aosp-First: no Test-Info: not a new dependency Bug: 262758740 Test: builds and presubmits Change-Id: I78cbba0b334252858d39b9f96455eed837a7cf2e Merged-In: I78cbba0b334252858d39b9f96455eed837a7cf2e
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.