summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author Anton Hansson <hansson@google.com> 2020-03-24 19:52:44 +0000
committer Anton Hansson <hansson@google.com> 2020-03-26 12:15:01 +0000
commitf18859c86bed28cb5ba786077ca334aaa1e05369 (patch)
tree972006ef8c0929a6949f6bd3f7b73135c5adceee
parent8044ce1b862a55a4cc071e0d324b36dbdaaf649c (diff)
Make framework-tethering stubs use the new defaults
Makes it convenient to change all stubs from a central place. Bug: 149293194 Test: m framework-tethering-stubs{public,system,module_libs_}api Exempt-From-Owner-Approval: Approved internally Change-Id: I330133824e78b3a8927e3d3ffbbd729bcdcb8822 Merged-In: I330133824e78b3a8927e3d3ffbbd729bcdcb8822 (cherry picked from commit c868e7715300384d330f15bf1ccd5780fc1c04e5)
-rw-r--r--packages/Tethering/common/TetheringLib/Android.bp6
1 files changed, 3 insertions, 3 deletions
diff --git a/packages/Tethering/common/TetheringLib/Android.bp b/packages/Tethering/common/TetheringLib/Android.bp
index 00d0d9c428ff..6af5fe54f281 100644
--- a/packages/Tethering/common/TetheringLib/Android.bp
+++ b/packages/Tethering/common/TetheringLib/Android.bp
@@ -126,17 +126,17 @@ droidstubs {
java_library {
name: "framework-tethering-stubs-publicapi",
srcs: [":framework-tethering-stubs-srcs-publicapi"],
- sdk_version: "current",
+ defaults: ["framework-module-stubs-lib-defaults-publicapi"],
}
java_library {
name: "framework-tethering-stubs-systemapi",
srcs: [":framework-tethering-stubs-srcs-systemapi"],
- sdk_version: "system_current",
+ defaults: ["framework-module-stubs-lib-defaults-systemapi"],
}
java_library {
name: "framework-tethering-stubs-module_libs_api",
srcs: [":framework-tethering-stubs-srcs-module_libs_api"],
- sdk_version: "module_current",
+ defaults: ["framework-module-stubs-lib-defaults-systemapi"],
}