commit | c7a5e53509741251acc5c7a2858df10358aa77e0 | [log] [tgz] |
---|---|---|
author | Alexander Dorokhine <adorokhine@google.com> | Wed Apr 13 18:09:27 2022 -0700 |
committer | Alexander Dorokhine <adorokhine@google.com> | Wed Apr 13 18:09:27 2022 -0700 |
tree | a388810860e1f02c78c5c27ebc6c519da7debe67 | |
parent | 3b0fe703be1d5d3d868c13e2a6560b00e17addbe [diff] |
Add AppSearch to mainline_modules_sdks.py. Bug: 228981572 Test: Presubmit Ignore-AOSP-First: Merge conflict if submitted in AOSP Change-Id: Iac4d4c6afee3f170416a94c95b082871dd2abaf1
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.