Re-generated allow-deps.txt.

This is a merged version of aosp, mainline-prod, and internal versions.

Make sure that the build passes on all three branches. Nothing was
manually removed.

Bug: 185209711
Test: run packages/modules/common/build/update-apex-allowed-deps.sh
Change-Id: Ide5041ac6bf558cf6305f528a74b8d5a83251d82
Merged-In: Ide5041ac6bf558cf6305f528a74b8d5a83251d82
Merged-In: I09d28383d61fa6e08fc6e20b3ce5c7ff77cf56a6
1 file changed
tree: b3c28f1b1e3e0a3db75c90c0fad2f07f0c7f9868
  1. build/
  2. java/
  3. sdk/
  4. Android.bp
  5. MODULES_OWNERS
  6. OWNERS
  7. PREUPLOAD.cfg
  8. 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.