From 66d4250003bf03202193eba8955051bf3473f8ec Mon Sep 17 00:00:00 2001 From: oxmc <67136658+oxmc@users.noreply.github.com> Date: Mon, 15 Jun 2026 00:55:52 -0700 Subject: [PATCH] build: depend on pawlet-system java_library directly pawlet-system is now a java_library; reference it by name instead of the .stubs.system stub variant. --- Android.bp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Android.bp b/Android.bp index 9260387..8033bc6 100644 --- a/Android.bp +++ b/Android.bp @@ -37,7 +37,7 @@ android_app { "setupcompat", "setupdesign", "SystemUISharedLib", - "pawlet-system.stubs.system", + "pawlet-system", ], libs: ["telephony-common"],