diff options
author | 2021-06-08 09:15:15 +0000 | |
---|---|---|
committer | 2021-06-08 09:15:15 +0000 | |
commit | 1ebfd58606de1bb504063cf8a6de58bdcf1efeaa (patch) | |
tree | 5f1f1ef73f5d2d57dd4c03bbb3962c36bad70873 | |
parent | c6c226327debf1f3fcbd71e2bbee792118364ee5 (diff) | |
parent | fc729f02e9a4fb2a906bf64a545d362ff4b6f927 (diff) |
Merge "Merge framework-connectivity impl and stub targets"
-rw-r--r-- | Android.bp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Android.bp b/Android.bp index 05c852ee5e0f..1c4f628c32b7 100644 --- a/Android.bp +++ b/Android.bp @@ -416,7 +416,7 @@ java_library { ], libs: [ "framework-annotations-lib", - "framework-connectivity", + "framework-connectivity.stubs.module_lib", "unsupportedappusage", ], visibility: [ |