From ca279062f0d27d558df77c005be4dbf518ccb56b Mon Sep 17 00:00:00 2001 From: oxmc <67136658+oxmc@users.noreply.github.com> Date: Fri, 12 Jun 2026 20:36:10 -0700 Subject: [PATCH] Android.bp: depend on pawlet-system.impl in pawlet-manager-service java_library cannot depend on a java_sdk_library directly; use the .impl variant which exposes the full implementation including AIDL-generated stubs. --- Android.bp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Android.bp b/Android.bp index 7706b21..e96e8c8 100644 --- a/Android.bp +++ b/Android.bp @@ -43,7 +43,7 @@ java_sdk_library { java_library { name: "pawlet-manager-service", srcs: ["core/java/pawletos/device/system/PawletManagerService.java"], - libs: ["pawlet-system"], + libs: ["pawlet-system.impl"], sdk_version: "system_current", product_specific: true, visibility: [