commit | c27a472e77727cced1423e9ebd482e9f6f12037e | [log] [tgz] |
---|---|---|
author | Andrew Walbran <qwandor@google.com> | Wed Sep 11 14:48:17 2024 +0100 |
committer | Andrew Walbran <qwandor@google.com> | Wed Sep 11 14:48:17 2024 +0100 |
tree | 400376a5ec531844a3f3bf177dfe706dbe5d4a57 | |
parent | 33cc5acc6fc6c5b28637f5fe7c1ee413acbb0794 [diff] |
min_sdk_version of tempfile increased. 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: I163a2184f434f4b93eef3ac4ccfe06a380a03e2b
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.