commit | 2cccd444f3cb5a5279861ab788a1f1d03357802f | [log] [tgz] |
---|---|---|
author | Motomu Utsumi <motomuman@google.com> | Tue May 09 21:13:26 2023 +0900 |
committer | Motomu Utsumi <motomuman@google.com> | Tue May 09 21:16:32 2023 +0900 |
tree | b79dc53425a4f0db87ff9bd02209f31c9940db6b | |
parent | 44eefcf09ea45d88fe5f1118929c39eeb29449b3 [diff] |
Add NetworkStackApi35Shims to allowed deps This is the new version of NetworkStackApi34Shims to provide a compatibility layer for V APIs. Apex-Size-Increase: Minimal (just a few empty classes for now) Previous-Platform-Support: Yes (that's what the shims are for) Aosp-First: topic can't go to AOSP as-is, will cherrypick Test-Info: Tested in module tests (as with the rest of module code) Ignore-AOSP-First: topic can't go to AOSP as-is, will cherrypick Test: atest NetworkStackTests Bug: 280250560 Change-Id: Ibeb26ba04dcadb93093fdf48e575e32bce05b845
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.