commit | 88599afaaa0ec19f82c94c7372413db067dc1644 | [log] [tgz] |
---|---|---|
author | Mark White <anothermark@google.com> | Fri Sep 29 01:16:07 2023 +0000 |
committer | Mark White <anothermark@google.com> | Fri Sep 29 08:41:04 2023 +0000 |
tree | 28afc38b813a8a87f4b3eaa648d85ef7255c684f | |
parent | cd8d1801786ca9c29fa92777203fc40ffaacf244 [diff] [blame] |
Added missing framework-location compat config Fix: 301763182 Test: presubmit Change-Id: I41e518047cd35e3c91438d8cc67e831148dbd834
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", +}