| commit | a0f736a1798f1960837ff9c43021a450b404e9ab | [log] [tgz] |
|---|---|---|
| author | nanaasiedu <nanaasiedu@google.com> | Thu Jul 17 10:40:50 2025 +0000 |
| committer | nanaasiedu <nanaasiedu@google.com> | Thu Jul 17 10:45:50 2025 +0000 |
| tree | 3c8fcceb7ef6645dbd2e090af3f586a9675b8e12 | |
| parent | 7ebefe30dfa12bb04f9e3aac122dbd8ace0a5c71 [diff] |
Add Android SDK Team as Common Module owners Bug: 380420338 Test: N/A Flag: EXEMPT only changing OWNERS Change-Id: Ibe81f36a22cb392848cafb36272ac3637da6ff4d
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.