Add modules-utils-preconditions to allowed_deps.

Bug: 189355156
Test: compiles

Change-Id: Iaab1f1bd1dc2f8837e5c57b291551e09d80c6d1b
Merged-In: Iaab1f1bd1dc2f8837e5c57b291551e09d80c6d1b
1 file changed
tree: 2435e9f5b5683a94d352fd5cbdb1e36d9164ed08
  1. build/
  2. java/
  3. proto/
  4. sdk/
  5. tools/
  6. Android.bp
  7. MODULES_OWNERS
  8. OWNERS
  9. PREUPLOAD.cfg
  10. 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.