| commit | ae62a190c832e021c059dabd35fe5d8761ebdd5b | [log] [tgz] |
|---|---|---|
| author | Guojing Yuan <guojing@google.com> | Tue Jun 17 22:36:15 2025 +0000 |
| committer | Guojing Yuan <guojing@google.com> | Wed Jun 18 19:00:40 2025 +0000 |
| tree | d6aedb4a5495007f46c805e970eed202acab9d5e | |
| parent | 5e58b9f8034a942a44922643680b0100cb8d3d61 [diff] |
Expose android.companion.flags-aconfig-java-export(minSdkVersion:30) Bug: 401259319 Bug: 414859687 Flag: EXEMPT bugfix Test: Unit tests Change-Id: Id8afb8a7ffdc15be08bc2b255ad81ebb8f8e2ad3
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.