commit | 452342325dbdbdf400a9d6cdf4445582b6cbd5db | [log] [tgz] |
---|---|---|
author | Remi NGUYEN VAN <reminv@google.com> | Thu Mar 25 12:17:51 2021 +0900 |
committer | Remi NGUYEN VAN <reminv@google.com> | Thu Mar 25 12:17:51 2021 +0900 |
tree | 7c676fa62e3a3c88322db8e8c118fcf9a0cc9581 | |
parent | c296c468433346fedb4d10c85f65b7c18a00d3b8 [diff] |
Fix apex_available on service-connectivity arc-services depends on service-connectivity, so it also needs to be available to the platform. Bug: 183668370 Test: m Change-Id: Id82125e98abf59b1cc8cb3fceab376597f0496ed
diff --git a/packages/Connectivity/service/Android.bp b/packages/Connectivity/service/Android.bp index bccb224..b44128b 100644 --- a/packages/Connectivity/service/Android.bp +++ b/packages/Connectivity/service/Android.bp
@@ -113,6 +113,7 @@ ], jarjar_rules: "jarjar-rules.txt", apex_available: [ + "//apex_available:platform", // For arc-services "com.android.tethering", ], }