| commit | 84c610bbfa4a79f913b8926f0292aa4f94ba1d4f | [log] [tgz] | 
|---|---|---|
| author | Anna Zhuravleva <azhura@google.com> | Fri Oct 07 11:49:47 2022 +0000 | 
| committer | Anna Zhuravleva <azhura@google.com> | Mon Oct 17 16:06:51 2022 +0000 | 
| tree | 618e4d4255c6663b2a05e8d0f0cd41bb14507300 | |
| parent | 5f9236ceddbea041fc18ac038dee3e584d565223 [diff] | 
Add HealthConnect to mainline_modules_sdks.py Ignore-AOSP-First: The module is not in AOSP yet Bug: 251393380 Test: TARGET_BUILD_APPS=com.android.healthconnect packages/modules/common/build/mainline_modules_sdks.sh Change-Id: I3019b599d61643e35d986448be7b34fd891535d0
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.