Make framework-all depend on modules-utils-build
This patch is only necessary in R-based branches, as the bad build rule setup has been resolved at HEAD. Since sdkextensions is adding a dependency on modules-utils-build, add that dependency to framework-all as well as it uses the sdkextensions sources to compile. Bug: 185567297 Test: m framework-all Merged-In: I1cea62aaedb7e653648130e3d315761c0c9aece4 Change-Id: Id4e547322716220c7ea7b20b0b20c06747f29330
This commit is contained in:
@@ -536,6 +536,7 @@ java_library {
|
|||||||
"android.hardware.wifi-V1.0-java-constants",
|
"android.hardware.wifi-V1.0-java-constants",
|
||||||
// Additional dependencies needed to build the ike API classes.
|
// Additional dependencies needed to build the ike API classes.
|
||||||
"ike-internals",
|
"ike-internals",
|
||||||
|
"modules-utils-build",
|
||||||
],
|
],
|
||||||
apex_available: ["//apex_available:platform"],
|
apex_available: ["//apex_available:platform"],
|
||||||
visibility: [
|
visibility: [
|
||||||
|
|||||||
Reference in New Issue
Block a user