commit | 620a31f7cacbc4df70fa6bbd4b87f4d83fca5228 | [log] [tgz] |
---|---|---|
author | Anton Hansson <hansson@google.com> | Thu Feb 23 15:41:13 2023 +0000 |
committer | Anton Hansson <hansson@google.com> | Thu Feb 23 16:37:04 2023 +0000 |
tree | 10ef366b81afcc2befa480f714798127cec797ef | |
parent | ea8b435562d1b5ff98bc65c10f2f924fd9530cfc [diff] |
Add EXT_SERVICES to the modules enum So that it can be added to the R extensions. Shift the value of the U ones by one. Bug: 268202155 Test: build Change-Id: Ia2946e65377d247c2c6fa6e5fc438ba53924e971
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.