commit | 6cb2d4c442399095be1eb42bdb20dff587c96857 | [log] [tgz] |
---|---|---|
author | Luke Huang <huangluke@google.com> | Tue Jun 08 21:11:26 2021 +0800 |
committer | Luke Huang <huangluke@google.com> | Tue Jun 22 22:21:42 2021 +0800 |
tree | e1474b6bb862f4c88206ef16c6ed9faeb1416782 | |
parent | c347459cc862dc010b8c28251d62bef5de5317aa [diff] |
Add module deps for DnsResolver Rust DoH Test: TH Bug: 155855709 Change-Id: Id90b62e9ac72311da69a99bb9aa4fe08664dfa5f
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.