Added missing framework-location compat config
Fix: 301763182
Test: presubmit
Change-Id: I41e518047cd35e3c91438d8cc67e831148dbd834
diff --git a/Android.bp b/Android.bp
index f1a3af2..4c44974 100644
--- a/Android.bp
+++ b/Android.bp
@@ -525,6 +525,7 @@
required: [
"framework-minus-apex",
"framework-platform-compat-config",
+ "framework-location-compat-config",
"services-platform-compat-config",
"icu4j-platform-compat-config",
"TeleService-platform-compat-config",
diff --git a/location/Android.bp b/location/Android.bp
index cfe0e49..eb7cd01 100644
--- a/location/Android.bp
+++ b/location/Android.bp
@@ -39,3 +39,8 @@
],
},
}
+
+platform_compat_config {
+ name: "framework-location-compat-config",
+ src: ":framework-location",
+}