Add Device Lock module.

Bug: b/241442337
Test: service successfully starts
Test: atest DeviceLockUnitTests
Test: cts-tradefed run cts -m CtsDeviceLockTestCases

Change-Id: Ie0a7ed87dd3f986859f3dc6e550337a2d44ae351
This commit is contained in:
Amos Bianchi
2022-08-02 15:37:53 -07:00
parent 7fbed42336
commit 3a78a17f3b
2 changed files with 3 additions and 0 deletions

View File

@@ -56,6 +56,7 @@ PRODUCT_PACKAGES += \
com.android.configinfrastructure \
com.android.conscrypt \
com.android.cronet \
com.android.devicelock \
com.android.extservices \
com.android.federatedcompute \
com.android.healthconnect \

View File

@@ -57,6 +57,7 @@ PRODUCT_APEX_BOOT_JARS := \
com.android.btservices:framework-bluetooth \
com.android.configinfrastructure:framework-configinfrastructure \
com.android.conscrypt:conscrypt \
com.android.devicelock:framework-devicelock \
com.android.federatedcompute:framework-federatedcompute \
com.android.healthconnect:framework-healthconnect \
com.android.i18n:core-icu4j \
@@ -102,6 +103,7 @@ PRODUCT_STANDALONE_SYSTEM_SERVER_JARS := \
# Note: For modules available in Q, DO NOT add new entries here.
PRODUCT_APEX_STANDALONE_SYSTEM_SERVER_JARS := \
com.android.btservices:service-bluetooth \
com.android.devicelock:service-devicelock \
com.android.os.statsd:service-statsd \
com.android.scheduling:service-scheduling \
com.android.tethering:service-connectivity \