Merge "Add dependency on system API in connectivity"
This commit is contained in:
@@ -41,6 +41,7 @@ java_defaults {
|
|||||||
"netd-client",
|
"netd-client",
|
||||||
],
|
],
|
||||||
libs: [
|
libs: [
|
||||||
|
"framework-connectivity",
|
||||||
"framework-statsd.stubs.module_lib",
|
"framework-statsd.stubs.module_lib",
|
||||||
"framework-tethering.impl",
|
"framework-tethering.impl",
|
||||||
"framework-wifi",
|
"framework-wifi",
|
||||||
|
|||||||
@@ -26,6 +26,13 @@ java_sdk_library {
|
|||||||
],
|
],
|
||||||
|
|
||||||
srcs: [":framework-tethering-srcs"],
|
srcs: [":framework-tethering-srcs"],
|
||||||
|
libs: ["framework-connectivity"],
|
||||||
|
stub_only_libs: ["framework-connectivity"],
|
||||||
|
aidl: {
|
||||||
|
include_dirs: [
|
||||||
|
"frameworks/base/packages/Connectivity/framework/aidl-export",
|
||||||
|
],
|
||||||
|
},
|
||||||
|
|
||||||
jarjar_rules: "jarjar-rules.txt",
|
jarjar_rules: "jarjar-rules.txt",
|
||||||
installable: true,
|
installable: true,
|
||||||
|
|||||||
Reference in New Issue
Block a user