commit | 4af2ac1dd7732b92241ff7cc28872b720772016e | [log] [tgz] |
---|---|---|
author | Tyler Saunders <tylersaunders@google.com> | Fri Apr 26 11:27:53 2024 +0100 |
committer | Tyler Saunders <tylersaunders@google.com> | Mon Apr 29 10:29:34 2024 +0100 |
tree | 634fe0c8e35d6d052c0ff1ac862e0fb73f77c738 | |
parent | 754c2bd09b7eb68fb20ed9fdf329c479d510883b [diff] |
Update allowed_deps for photopicker Apex-Size-Increase: none Previous-Platform-Support: yes Ignore-Aosp-First: internal source Test-Info: usage covered by photopicker's tests Change-Id: Icf4da02c14b4e68f94085cd5ce222048d3ad44d4
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.