From 125efc6c3055d05e3114736cde1e57e9e3f4bad8 Mon Sep 17 00:00:00 2001 From: Jihoon Kang Date: Wed, 11 Sep 2024 23:44:44 +0000 Subject: Restrict java_sdk_library in libs Instead, the module should specify the submodule it actually depends on. This is a prereq change to removing the java_sdk_library "magic" Test: m nothing --no-skip-soong-tests Bug: 366069293 Change-Id: I9137c079afc7abf201e597e323ae7de415eea0dc --- java/java_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'java/java_test.go') diff --git a/java/java_test.go b/java/java_test.go index c13db3e30..e0fd0f24e 100644 --- a/java/java_test.go +++ b/java/java_test.go @@ -670,7 +670,7 @@ func TestPrebuilts(t *testing.T) { java_library { name: "foo", srcs: ["a.java", ":stubs-source"], - libs: ["bar", "sdklib"], + libs: ["bar", "sdklib.stubs"], static_libs: ["baz"], } -- cgit v1.2.3-59-g8ed1b