commit | 8296b49f176d05fc1e4f393928e3434d32822f02 | [log] [tgz] |
---|---|---|
author | Remi NGUYEN VAN <reminv@google.com> | Fri Apr 09 14:39:12 2021 +0900 |
committer | Remi NGUYEN VAN <reminv@google.com> | Thu Apr 22 04:41:56 2021 +0000 |
tree | 3664258446a1584c6984c2c5013fca5189a6d58b | |
parent | e6c971fe014b24afee4521fc0ac21cca3b8fe745 [diff] |
Remove service-connectivity from allowed_deps service-connectivity is now APEX-only, so it does not need to be in allowed_deps. Bug: 183691942 Test: m Merged-In: I879d2260c4779f4c88c26fe1c5b6b8a93c159e40 Change-Id: I8de95d8b803146e4e6aee67e83306fbacc808312
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.