commit | cd7ecd40caa833cff3ac8f4bea727bbd5ded82f1 | [log] [tgz] |
---|---|---|
author | Gurpreet Singh <gurpreetgs@google.com> | Fri Jun 07 14:35:51 2024 +0000 |
committer | Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> | Fri Jun 07 14:35:51 2024 +0000 |
tree | a84a8cf83cb4cfbbaf3eadfaaf531ff0a83e64ac | |
parent | aa585655aaf1f41ee8cc9259cc7e498651ce64c2 [diff] | |
parent | b672634d1f51e41125539ca0166b82aa0189a47b [diff] |
Add gantry_mode flag to finalize_sdk script. am: b672634d1f Original change: https://android-review.googlesource.com/c/platform/packages/modules/common/+/3118391 Change-Id: Ia3afc6cf722197793c7c34d4d7bd1c510778f4bf 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.