Skip to content

Commit 2c14d23

Browse files
committed
Remove unnecessary imports and defaults from PowerAdvisor AIDL interface
Bug: none Change-Id: I30bf82a6afdebd8623d8befaccff7fa3bf0eb492 Test: manual Flag: EXEMPT NDK
1 parent ab7bab3 commit 2c14d23

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)