Build framework-tethering against module_current

Test: build
Change-Id: Iad504f0e709daadfb4d86205c07f0faf429f5a8f
This commit is contained in:
markchien
2020-02-25 00:22:44 +08:00
parent a429d3b551
commit 9e0792f8dc

View File

@@ -41,8 +41,7 @@ aidl_interface {
java_library {
name: "framework-tethering",
// TODO (b/146757305): change to module_app_current once available
sdk_version: "core_platform",
sdk_version: "module_current",
srcs: [
"src/android/net/TetheredClient.java",
"src/android/net/TetheringManager.java",
@@ -56,7 +55,6 @@ java_library {
libs: [
"framework-annotations-lib",
"android_system_stubs_current",
],
hostdex: true, // for hiddenapi check