commit | 654d81ef49ea6061dbe174aa9bc8ae9ee72950c1 | [log] [tgz] |
---|---|---|
author | Paul Duffin <paulduffin@google.com> | Fri Feb 18 14:20:29 2022 +0000 |
committer | Paul Duffin <paulduffin@google.com> | Fri Feb 18 14:28:36 2022 +0000 |
tree | 971781202afc9e96408ec5bd486deabdaebfbadc | |
parent | 0274253f142d9e7a808325838ce32f8751b54b7b [diff] |
Add Tiramisu build release Bug: 204763318 Test: atest mainline_modules_sdks_test packages/modules/common/build/mainline_modules_sdks.sh tree out/dist/mainline-sdks out/dist/stubs - check that it adds the for-Tiramisu-build directory but is otherwise identical to what was produced before this change. - check that the for-Tiramisu-build directory contains zip files that include the new in T annotations property. Change-Id: I4bd8c1350101d84644a7a63f2632634b8c9a488b
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.