Add ConfigInfrastructure lib to Android.bp

As part of moving DeviceConfig.java to
packages/modules/ConfigInfrastructure, We need to add
ConfigInfrastructure lib dependency to Android.bp.

Test: m
bug: 253019048
Change-Id: Id35bec32e9b46ef6589034d442a767ce1a4aaac8
This commit is contained in:
Hassan Ali
2022-11-17 16:34:31 +00:00
parent 8228246ad0
commit 47d424e49d

View File

@@ -70,6 +70,7 @@ java_library {
libs: [
"androidx.annotation_annotation",
"framework-annotations-lib",
"framework-configinfrastructure",
"framework-connectivity.stubs.module_lib",
],
lint: { strict_updatability_linting: true },