Reference framework-connectivity stubs explicitly
To merge the framework-connectivity and framework-connectivity.impl targets, framework-connectivity stubs need to be referenced explicitly in java_sdk_libraries, otherwise the build system will currently see dependency cycles. Bug: 183600168 Test: m Merged-In: I556747f9ba934f8b44b6ea9a518adbccc84ac2a9 Change-Id: I0ff10dcb553115d349e287c9f648d77579158f9d
This commit is contained in:
@@ -25,8 +25,8 @@ java_sdk_library {
|
|||||||
],
|
],
|
||||||
|
|
||||||
srcs: [":framework-tethering-srcs"],
|
srcs: [":framework-tethering-srcs"],
|
||||||
libs: ["framework-connectivity"],
|
libs: ["framework-connectivity.stubs.module_lib"],
|
||||||
stub_only_libs: ["framework-connectivity"],
|
stub_only_libs: ["framework-connectivity.stubs.module_lib"],
|
||||||
aidl: {
|
aidl: {
|
||||||
include_dirs: [
|
include_dirs: [
|
||||||
"packages/modules/Connectivity/framework/aidl-export",
|
"packages/modules/Connectivity/framework/aidl-export",
|
||||||
|
|||||||
Reference in New Issue
Block a user