commit | c3534400271089559a005ffba98df863015fd845 | [log] [tgz] |
---|---|---|
author | Motomu Utsumi <motomuman@google.com> | Mon Apr 25 04:28:24 2022 +0000 |
committer | Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> | Mon Apr 25 04:28:24 2022 +0000 |
tree | 9ea8179b6c2a8553652bd80720ed7a572ee622c8 | |
parent | a8f929f9c101836942b380e8988caa48ddcf268f [diff] | |
parent | 9ea376ddb288d03225157e538fd4e574fa973947 [diff] |
Remove NetworkPermissionConfig package am: 9ea376ddb2 Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/modules/common/+/17821922 Change-Id: I1c3268830ce077253ac7f095f1c7c3ed282aa3e4 Ignore-AOSP-First: this is an automerge Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
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.