commit | 33cc5acc6fc6c5b28637f5fe7c1ee413acbb0794 | [log] [tgz] |
---|---|---|
author | Andrew Walbran <qwandor@google.com> | Tue Sep 10 12:16:44 2024 +0100 |
committer | Andrew Walbran <qwandor@google.com> | Tue Sep 10 12:16:44 2024 +0100 |
tree | af1128e6d9121ca6b597a4b4120de51fc1ef5162 | |
parent | 00bf86c66ec2dc8af9452cbe14fe4b2315a267c6 [diff] |
The new version of tempfile has some new dependencies. Bug: 313489216 Test: TreeHugger Apex-Size-Increase: Depends on the APEX, should be statically linked Previous-Platform-Support: no Aosp-First: external Test-Info: external Change-Id: I6e22565a79860b540a6d570dff29fe5f1f32b220
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.