commit | 51133ffa60f5f8018f9ea9ce4d611effc11266ad | [log] [tgz] |
---|---|---|
author | satayev <satayev@google.com> | Thu Nov 04 14:48:39 2021 +0000 |
committer | satayev <satayev@google.com> | Thu Nov 04 14:48:39 2021 +0000 |
tree | 9acc697e5705cdd317f6bc1ccca37e80bbc1ec94 | |
parent | 0e2804463f8f6e2396c259d221e993e60d791725 [diff] |
Add mainline_modules_sdks to packages/modules/common/. Change the list of modules to match AOSP list. Bug: 205100626 Test: atest mainline_modules_sdks_test Change-Id: I250c4aafcda5c3c1d636dac27ff5ffaa78b69b2a
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.