commit | e002073b0f12bf8c460c698d272b6c50533815bc | [log] [tgz] |
---|---|---|
author | Zhi Dou <zhidou@google.com> | Thu Sep 19 00:19:57 2024 +0000 |
committer | Zhi Dou <zhidou@google.com> | Mon Sep 23 20:49:57 2024 +0000 |
tree | 4a5bd6e8715ecccdd10c16df7e62e117bce6cff7 | |
parent | 35274568d66cb1bda1e30617625b8f28501189be [diff] |
add new dependency The new dependency aconfig_storage_file_java is required for new API in configurationinfra module Aosp-First: No Previous-Platform-Support: no Apex-Size-Increase: very small Test-Info: presubmit Bug: 367765164 Test: presubmit Change-Id: I367e3286769458fecdb91f2472aa453cb6150070
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.