Build framework-tethering against module_current
Bug: 146757305 Test: build Change-Id: Id6051296a02060179666b67fc6ea9092273c1780 Merged-In: Id6051296a02060179666b67fc6ea9092273c1780 Merged-In: Iad504f0e709daadfb4d86205c07f0faf429f5a8f (cherry picked from commit bb09ceaf09c8aea00a5001ba7079c13a2575e809)
This commit is contained in:
committed by
Mark Chien
parent
050ccee922
commit
5650a2bcce
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user