Add NetworkStackApi34Shims to allowed deps

This is the new version of NetworkStackApi33Shims to provide a
compatibility layer for U 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: Yes
Test-Info: Tested in module tests (as with the rest of module code)

Test: atest NetworkStackTests
Bug: 216396304
Merged-In: I8d10138e8a9d1c098972c8a89d59b92e13942e6f
Change-Id: Idce1e24e0ddacbc21972111b113a693c4097fc21
1 file changed
tree: 041eaaa863e7afc80dc2e522ff6d6d3759704e50
  1. build/
  2. java/
  3. proguard/
  4. proto/
  5. sdk/
  6. tools/
  7. Android.bp
  8. generate_ml_bundle.sh
  9. MODULES_OWNERS
  10. OWNERS
  11. PREBUILTS_MODULE_OWNERS
  12. PREUPLOAD.cfg
  13. README.md
README.md

packages/modules/common

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.

java code

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.