Build framework-tethering against module_current
Test: build Change-Id: Iad504f0e709daadfb4d86205c07f0faf429f5a8f
This commit is contained in:
@@ -41,8 +41,7 @@ aidl_interface {
|
|||||||
|
|
||||||
java_library {
|
java_library {
|
||||||
name: "framework-tethering",
|
name: "framework-tethering",
|
||||||
// TODO (b/146757305): change to module_app_current once available
|
sdk_version: "module_current",
|
||||||
sdk_version: "core_platform",
|
|
||||||
srcs: [
|
srcs: [
|
||||||
"src/android/net/TetheredClient.java",
|
"src/android/net/TetheredClient.java",
|
||||||
"src/android/net/TetheringManager.java",
|
"src/android/net/TetheringManager.java",
|
||||||
@@ -56,7 +55,6 @@ java_library {
|
|||||||
|
|
||||||
libs: [
|
libs: [
|
||||||
"framework-annotations-lib",
|
"framework-annotations-lib",
|
||||||
"android_system_stubs_current",
|
|
||||||
],
|
],
|
||||||
|
|
||||||
hostdex: true, // for hiddenapi check
|
hostdex: true, // for hiddenapi check
|
||||||
|
|||||||
Reference in New Issue
Block a user