commit | f3d73b0fd0afa6792742bc33cb08d601e91c9d9b | [log] [tgz] |
---|---|---|
author | Mathew Inwood <mathewi@google.com> | Tue Jul 06 10:34:26 2021 +0100 |
committer | Mathew Inwood <mathewi@google.com> | Wed Jul 07 14:39:44 2021 +0000 |
tree | 46d0bb2ea7ba98455abf03d8c68e438d7dec331f | |
parent | 6928345c14fb30d4a7e4c600f270372fa779b4f9 [diff] |
Support module_build_from_source for more prebuilt types. SDK prebuilts also need to support module_build_from_source for consistency with module artifacts. Add support for this to the build rules used by SDK prebuilts. Bug: 188427719 Bug: 192588050 Test: m nothing Change-Id: Idb3ed8b92217f05975fbbe208f38378ac1a8ab8b
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.