Skip to content
Snippets Groups Projects
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
No related branches found
No related tags found
No related merge requests found
......@@ -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",
......
......@@ -39,3 +39,8 @@ java_sdk_library {
],
},
}
platform_compat_config {
name: "framework-location-compat-config",
src: ":framework-location",
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment