commit | bc62323024d1648eeab434b69d726f3a50ecc556 | [log] [tgz] |
---|---|---|
author | Linus Tufvesson <[email protected]> | Tue Jan 21 13:36:15 2025 -0800 |
committer | Android Build Cherrypicker Worker <[email protected]> | Tue Jan 21 13:36:15 2025 -0800 |
tree | 8faedef257df68616619596640a0666af0049dc8 | |
parent | 87b9f3d6e30c95d6564facf906e6c0fdb3d70f85 [diff] |
B is 36. It's square! It's triangular! It might only be semiperfect, but it is the next Android release! Ignore-AOSP-First: Baklava Finalization Flag: EXEMPT Baklava Finalization Bug: 376680864 Test: presubmit (cherry picked from https://googleplex-android-review.googlesource.com/q/commit:f2e9cd86bb2bca122d99b278031e18336637ba63) Merged-In: I111c9be29f09df62f037e9ffcbfd6605528f575b Change-Id: I111c9be29f09df62f037e9ffcbfd6605528f575b
Libraries and utilities intended for use by module and framework code.
Since modules use the code in this project, it must adhere to mainline requirements, for example, by setting min_sdk_version in Soong modules.
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.