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

Commit 88599afa authored by Mark White's avatar Mark White
Browse files

Added missing framework-location compat config

Fix: 301763182
Test: presubmit
Change-Id: I41e518047cd35e3c91438d8cc67e831148dbd834
parent cd8d1801
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -525,6 +525,7 @@ java_library {
    required: [
        "framework-minus-apex",
        "framework-platform-compat-config",
        "framework-location-compat-config",
        "services-platform-compat-config",
        "icu4j-platform-compat-config",
        "TeleService-platform-compat-config",
+5 −0
Original line number Diff line number Diff line
@@ -39,3 +39,8 @@ java_sdk_library {
        ],
    },
}

platform_compat_config {
    name: "framework-location-compat-config",
    src: ":framework-location",
}