Skip to content

Commit 7dd4415

Browse files
AndroidMatt1Android (Google) Code Review
authored andcommitted
Merge "Remove unnecessary imports and defaults from PowerAdvisor AIDL interface" into main
2 parents 21f2fa3 + 2c14d23 commit 7dd4415

1 file changed

Lines changed: 0 additions & 7 deletions

File tree

services/surfaceflinger/PowerAdvisor/Android.bp

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,6 @@
1919

2020
aidl_interface {
2121
name: "android.adpf.sessionmanager_aidl",
22-
defaults: [
23-
"android.hardware.power-aidl",
24-
],
2522
srcs: [
2623
"aidl/android/adpf/*.aidl",
2724
],
@@ -39,10 +36,6 @@ aidl_interface {
3936
enabled: true,
4037
},
4138
},
42-
imports: [
43-
"android.hardware.common.fmq-V1",
44-
"android.hardware.common-V2",
45-
],
4639
}
4740

4841
cc_defaults {

0 commit comments

Comments
 (0)