Merge changes from topic "device_lock"

* changes:
  Add Device Lock module.
  Add allowed dependencies for Device Lock module.
This commit is contained in:
Amos Bianchi
2022-10-21 17:48:58 +00:00
committed by Android (Google) Code Review
2 changed files with 24 additions and 0 deletions

View File

@@ -963,6 +963,12 @@ MAINLINE_MODULES = [
# appear to generate a snapshot for it.
for_r_build=None,
),
MainlineModule(
apex="com.android.devicelock",
sdks=["devicelock-module-sdk"],
first_release=Tiramisu,
last_optional_release=LATEST,
),
MainlineModule(
apex="com.android.healthconnect",
sdks=["healthconnect-module-sdk"],