commit | 96981d24c2de44cef3c535e59ce635bab3036934 | [log] [tgz] |
---|---|---|
author | Paul Duffin <paulduffin@google.com> | Thu Mar 16 19:46:22 2023 +0000 |
committer | Paul Duffin <paulduffin@google.com> | Thu Mar 16 19:46:22 2023 +0000 |
tree | 270e5e8abac223f984c7f550f46cae627c90d69e | |
parent | e7ab23f61b898a645af99e65c4e0c6045121af83 [diff] |
Ensure that healthfitness module SDK snapshot is built for UDC Bug: 259958590 Test: UNBUNDLED_BUILD_SDKS_FROM_SOURCE=true TARGET_BUILD_APPS=com.google.android.healthfitness vendor/google/build/mainline_modules_sdks.sh --build-release=UpsideDownCake Ignore-AOSP-First: UpsideDownCake is not yet in AOSP Change-Id: Ie27fa2f98b5e88c66e13741accaac043d5ea9bdb
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.