Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 1daf2dd0 authored by Hassan Ali's avatar Hassan Ali
Browse files

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: If7d7debe5b71e316d5766525460b3d14ea8565c8
parent 559e723f
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -99,6 +99,7 @@ android_app {
        "framework-bluetooth-pre-jarjar",
        "framework-statsd.stubs.module_lib",
        "framework-tethering.stubs.module_lib",
        "framework-configinfrastructure",
        "framework-connectivity.stubs.module_lib",
        "framework-mediaprovider",
        "unsupportedappusage",
+1 −0
Original line number Diff line number Diff line
@@ -60,6 +60,7 @@ java_library {
    libs: [
        "framework-annotations-lib",
        "framework-bluetooth-pre-jarjar",
        "framework-configinfrastructure",
        "app-compat-annotations",
        "framework-statsd.stubs.module_lib",
    ],