summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author Matt Buckley <mattbuckley@google.com> 2024-08-23 22:17:02 +0000
committer Matt Buckley <mattbuckley@google.com> 2024-09-03 15:32:20 +0000
commitdb7bdcc175039ba1c70a6affccf46a0d399ec2ba (patch)
treeb96c5b004dffa7e0b4f023dcbabac6fb8e086ab0
parenta776451edeb1e2d8ebad59c466f2857e4ce76d80 (diff)
Update PowerHAL version
Bug: 359965565 Bug: 355264141 Change-Id: Ia523a13227034db93478aa084cdc622ce752c2ca Test: n/a Flag: EXEMPT HAL interface change
-rw-r--r--core/java/Android.bp6
1 files changed, 3 insertions, 3 deletions
diff --git a/core/java/Android.bp b/core/java/Android.bp
index 92bca3cfbef2..b10281100b2b 100644
--- a/core/java/Android.bp
+++ b/core/java/Android.bp
@@ -176,6 +176,9 @@ filegroup {
aidl_interface {
name: "android.os.hintmanager_aidl",
+ defaults: [
+ "android.hardware.power-aidl",
+ ],
srcs: [
"android/os/IHintManager.aidl",
"android/os/IHintSession.aidl",
@@ -193,9 +196,6 @@ aidl_interface {
enabled: true,
},
},
- imports: [
- "android.hardware.power-V5",
- ],
}
aidl_library {