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:
+1
-1
@@ -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: [
|
||||
|
||||
Reference in New Issue
Block a user