| commit | e96b8b281e1f41907d6adf77d6db357c3c642c53 | [log] [tgz] |
|---|---|---|
| author | Saeid Farivar Asanjan <[email protected]> | Wed Jun 21 15:57:17 2023 +0000 |
| committer | Android (Google) Code Review <[email protected]> | Wed Jun 21 15:57:17 2023 +0000 |
| tree | 5d4e045984f23163e49da2b9d4a7e0e4dc05ee94 | |
| parent | abb5a95ced441aebc1617cd2ca14ac173d679262 [diff] | |
| parent | 3340b711f4656a45850c0883811ab7f2acfab578 [diff] |
Merge "Bump min_sdk_version for all launched apex modules" into udc-dev
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.