commit | 38fc61bbf09a328e738106deb89a1501f9866db9 | [log] [tgz] |
---|---|---|
author | satayev <satayev@google.com> | Fri Apr 23 17:03:40 2021 +0100 |
committer | Artur Satayev <satayev@google.com> | Fri Apr 23 16:51:27 2021 +0000 |
tree | b3c28f1b1e3e0a3db75c90c0fad2f07f0c7f9868 | |
parent | 38a15eefdbd5743bfb1250c1fb08766e8096f433 [diff] |
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
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.