commit | 3e8dcd4a924e103fe46b49c9ecf10a56a50f635e | [log] [tgz] |
---|---|---|
author | Anton Hansson <hansson@google.com> | Wed Apr 06 12:00:49 2022 +0100 |
committer | Anton Hansson <hansson@google.com> | Wed Apr 06 15:30:17 2022 +0100 |
tree | 01cd80ba0f406f53be99b84e87d67dfd4996e50e | |
parent | 0e8dbf88fb7126f6a55f4afb7dc38fbf95b9e656 [diff] |
finalize_sdk.py maintenance - Update to use new build server output structure - Customize to work with train builds and continuous builds - Don't finalize Android.bp files for now, we don't need them Test: together with the rest of the CLs in this set Change-Id: Ie7b44da3cf0a784d732702bce86cbe52f75493a4
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.