commit | ee32f3c6989d20974d144a53de9a2cc33845771e | [log] [tgz] |
---|---|---|
author | Fabien Sanglard <sanglardf@google.com> | Mon May 13 20:13:40 2024 +0000 |
committer | Fabien Sanglard <sanglardf@google.com> | Mon May 13 20:13:40 2024 +0000 |
tree | 75c0d6f28452b5ebbe6fb92d1a943ee1b41c0506 | |
parent | 5e0b24a0eab14ea6d4628cd641153ea0e34b17ef [diff] |
Appinfo: Make adb the app debug source of truth Design doc: go/adb_app_info Test: Tested in adb repo Bug: N/A Change-Id: I4a88f481f08f4ed1e3ad99f6ca7832b5022722a1
Libraries and utilities intended for use by module and framework code.
Since modules use the code in this project, it must adhere to mainline requirements, for example, by setting min_sdk_version in Soong modules.
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.