commit | 339719f59e248d4a0f6d7eafb7de07c0ca127b4a | [log] [tgz] |
---|---|---|
author | Gurpreet Singh <gurpreetgs@google.com> | Fri Jun 07 14:52:46 2024 +0000 |
committer | Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> | Fri Jun 07 14:52:46 2024 +0000 |
tree | 3736da9d5b016fb78b3a64be30fffc100144f946 | |
parent | ebc71d787fecfb812da243d71fb9bb4e0bcc32c1 [diff] | |
parent | cd7ecd40caa833cff3ac8f4bea727bbd5ded82f1 [diff] |
Add gantry_mode flag to finalize_sdk script. am: b672634d1f am: cd7ecd40ca Original change: https://android-review.googlesource.com/c/platform/packages/modules/common/+/3118391 Change-Id: Idfacede8e0d4b2e3fcee1cde5e5d799974cf8e23 Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
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.