commit | 366968e31d56bace51649b4837d55ce2df115a1f | [log] [tgz] |
---|---|---|
author | Priyanka Advani (xWF) <padvani@google.com> | Thu Dec 19 10:19:57 2024 -0800 |
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | Thu Dec 19 10:19:57 2024 -0800 |
tree | 13859f16a16ea2c68bfdf4238d7400741be53354 | |
parent | 1a75fb4aeb33fab134a57db8483778b58e80643f [diff] |
Revert "[bt] Add module to mainline_modules_sdks.py." This reverts commit 1a75fb4aeb33fab134a57db8483778b58e80643f. Reason for revert: Droidmonitor created revert due to b/385146886. Will be verifying through ABTD before submission. Change-Id: Ib6aff6fae7a63bb16a6694af8a7d7a4b0a6f2e74
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.