commit | b401e58a1e1a995038b2c4b6126d44c1e0f497b3 | [log] [tgz] |
---|---|---|
author | Aaron Huang <huangaaron@google.com> | Fri Jan 22 18:35:00 2021 +0800 |
committer | Aaron Huang <huangaaron@google.com> | Thu Mar 11 07:36:55 2021 +0000 |
tree | 600fc6248a7f0b3163842e28c856ef6e9c9f5fc3 | |
parent | 57957fe8a1fcfb59f3737653f1213de2ec1880fa [diff] [blame] |
Update sources of Tethering module since it is renamed framework-tethering-shared-srcs is named to framework-connectivity-shared-srcs so update source section to include correct file group. Ignore-AOSP-First: changes in topic has conflicts in sc-dev Bug: 177046265 Test: FrameworksNetTests Change-Id: I81e2af0cc3b37af16b03c1288eb0591b7ed65cc4 Merged-In: I81e2af0cc3b37af16b03c1288eb0591b7ed65cc4 Merged-In: Ic2491f04880ff66abc3b2d3aaee6168e18f6d68a
diff --git a/Tethering/Android.bp b/Tethering/Android.bp index 320ba8f..4eafc2a 100644 --- a/Tethering/Android.bp +++ b/Tethering/Android.bp
@@ -25,7 +25,7 @@ srcs: [ "apishim/**/*.java", "src/**/*.java", - ":framework-tethering-shared-srcs", + ":framework-connectivity-shared-srcs", ":tethering-module-utils-srcs", ":services-tethering-shared-srcs", ],