commit | 4afd11b1793126a505ecc79862582795e7c4777b | [log] [tgz] |
---|---|---|
author | Tyler Wear <twear@quicinc.com> | Wed Nov 17 17:05:05 2021 -0800 |
committer | Tyler Wear <quic_twear@quicinc.com> | Wed Feb 16 13:55:36 2022 -0800 |
tree | 553000823e827d6fafba87e18fc3609c3d362b39 | |
parent | 27aef8152b4c7cd9a296b54108cc6d62b0d0cb05 [diff] |
Update deps for ConnectivityNative Update the deps for the new ConnectivityNative. Bug: 179733303 Change-Id: Id3b1ffee1bd7d7f5add650cd21a0cc67a984765b
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.