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.
This commit is contained in:
oxmc
2026-06-12 20:36:10 -07:00
parent ec3e75de5d
commit ca279062f0
+1 -1
View File
@@ -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: [