From 9fb1845e5a443221c2439ae1088fadf782286785 Mon Sep 17 00:00:00 2001 From: Anton Hansson Date: Tue, 4 May 2021 12:28:34 +0100 Subject: [PATCH] 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 --- Android.bp | 1 + 1 file changed, 1 insertion(+) diff --git a/Android.bp b/Android.bp index addb86ac28613..1f8f82a1a0fb5 100644 --- a/Android.bp +++ b/Android.bp @@ -536,6 +536,7 @@ java_library { "android.hardware.wifi-V1.0-java-constants", // Additional dependencies needed to build the ike API classes. "ike-internals", + "modules-utils-build", ], apex_available: ["//apex_available:platform"], visibility: [