commit | ceacecc1b323e55569e6f299d1f4df3990d716dc | [log] [tgz] |
---|---|---|
author | markchien <markchien@google.com> | Mon May 10 00:28:39 2021 +0800 |
committer | markchien <markchien@google.com> | Tue May 11 16:42:15 2021 +0800 |
tree | 7bbe34e86ba49de72ab37c81dfc06e04cab30802 | |
parent | 4986e116e5d0f38628a011e59c36a97a7cbaecc2 [diff] |
Add NetworkStackApi{Current/31}Shims with min_sdk 29 to allowed_deps They are used for Tethering and NetworkStack module Bug: 182211575 Test: m Change-Id: I6d7bcffa337d0c1e50b1883f68999d2ffdf09de8
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.