commit | f079da6edca8829b90f972da6e2c228267326425 | [log] [tgz] |
---|---|---|
author | Android Build Coastguard Worker <android-build-coastguard-worker@google.com> | Sat Jun 15 01:22:57 2024 +0000 |
committer | Android Build Coastguard Worker <android-build-coastguard-worker@google.com> | Sat Jun 15 01:22:57 2024 +0000 |
tree | 9bbb62dbec15ac49e5d0652af7fc0e7e88f84d5a | |
parent | 91b876b3a46f86ef266b79ffd75db70a2b99fadc [diff] | |
parent | 2712cdd2ce1d36dfa2ceb9ae4885ed9a5c5f2b5d [diff] |
Snap for 11973804 from 2712cdd2ce1d36dfa2ceb9ae4885ed9a5c5f2b5d to 24Q3-release Change-Id: I784ebbf95a6d6619d746f9279ce94036fa7ca60e
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.