commit | a291b3ec728048bbdb59df8f1b1f8742f265af68 | [log] [tgz] |
---|---|---|
author | Jis G Jacob <studiokeys@blissroms.org> | Tue Jun 18 14:21:32 2024 -0400 |
committer | Jis G Jacob <studiokeys@blissroms.org> | Tue Jun 18 14:21:32 2024 -0400 |
tree | d40a1ae9e2dd36e4f3cda628c1fc22978163d0fb | |
parent | b56a9265d0170c22101eb5d61f3814f09557bca4 [diff] | |
parent | 2b72159c9066c9665f8c2fc6fe982cabfff20989 [diff] |
Merge tag 'android-14.0.0_r50' of https://android.googlesource.com/platform/packages/modules/common into HEAD Android 14.0.0 Release 50 (AP2A.240605.024) Change-Id: I83cc5270822ed4d240799c533a5adfb305ebcfaa
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.