| commit | bc2d6c74f2bf518a66c0079f18453c9b03977895 | [log] [tgz] |
|---|---|---|
| author | satayev <[email protected]> | Fri Feb 04 18:18:40 2022 +0000 |
| committer | Artur Satayev <[email protected]> | Tue Feb 08 13:02:28 2022 +0000 |
| tree | 2b5e5d97219243edf971f2bbe4bd6b1a70a0719d | |
| parent | f85ec20b62a82ac229bc0bf4c63e7b6ce3e10ede [diff] |
Inline Build.VERSION.KNOWN_CODENAMES in sc-mainline-prod. Modules can be built in sc-mainline-prod against prebuilts which aren't updated with the new T+ SystemApi. Bug: 211747008 Test: presubmit Merged-In: I707d17caf578fb2219d9b236f2fec51236ef3c2d Change-Id: I37dc1e847b553f9365e1af4fa8f5961ce434abab
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.