commit | 869b4bf6e48bc2673c575cf464ac5acc1f4a9c59 | [log] [tgz] |
---|---|---|
author | Paul Duffin <paulduffin@google.com> | Wed Jan 25 15:54:20 2023 +0000 |
committer | Paul Duffin <paulduffin@google.com> | Tue Jan 31 16:55:35 2023 +0000 |
tree | 8868652c2d352fb1be7028453907b92d697cfb8a | |
parent | 7ddb639f833f881d0e4e11bccd29e367f7901bf2 [diff] |
Add new modules in U to the sdk.proto enum Added enums for new, required modules in UpsideDownCake that provide an API. They were found by looking in build/mainline_modules_sdks.py for mainline modules that are not optional. Ignore-AOSP-First: configinfrastructure and healthconnect are internal only Bug: 266528259 Test: m com.android.sdkext Change-Id: I864ec67c1f9f1bc12fe4dd41c628dde178b4d0e8
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.