commit | 6d5a205089030d7f7b595d88296b7a43114fb568 | [log] [tgz] |
---|---|---|
author | Anton Hansson <hansson@google.com> | Thu Feb 23 15:41:13 2023 +0000 |
committer | Anton Hansson <hansson@google.com> | Tue Mar 14 12:24:49 2023 +0000 |
tree | c1c6a5ea7b4c3a45bc451a669936f09d0d9dcec2 | |
parent | 8bcf9b4f35c919b4cd076ef4ea7a9b80bef88124 [diff] |
Add EXT_SERVICES to the modules enum So that it can be added to the R extensions. Bug: 268202155 Test: build Merged-In: Ia2946e65377d247c2c6fa6e5fc438ba53924e971 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.