commit | e7ab23f61b898a645af99e65c4e0c6045121af83 | [log] [tgz] |
---|---|---|
author | Paul Duffin <paulduffin@google.com> | Thu Mar 16 14:16:07 2023 +0000 |
committer | Paul Duffin <paulduffin@google.com> | Thu Mar 16 15:07:44 2023 +0000 |
tree | 7812d151d4de56c952ad46a29129ebd2259e5aae | |
parent | 49eaf789d9881202259e8b73387a550c60179c91 [diff] |
Ensure that btservices module SDK snapshot is built for UDC Bug: 259958590 Test: UNBUNDLED_BUILD_SDKS_FROM_SOURCE=true TARGET_BUILD_APPS=com.google.android.btservices vendor/google/build/mainline_modules_sdks.sh --build-release=UpsideDownCake Ignore-AOSP-First: UpsideDownCake is not yet in AOSP Change-Id: I751b1270275189e7dcba0016edc92c27df83d1bd
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.