Merge "Remove unnecessary imports and defaults from PowerAdvisor AIDL interface" into main
diff --git a/services/surfaceflinger/PowerAdvisor/Android.bp b/services/surfaceflinger/PowerAdvisor/Android.bp
index 7352f7a..4efbcb9 100644
--- a/services/surfaceflinger/PowerAdvisor/Android.bp
+++ b/services/surfaceflinger/PowerAdvisor/Android.bp
@@ -19,9 +19,6 @@
aidl_interface {
name: "android.adpf.sessionmanager_aidl",
- defaults: [
- "android.hardware.power-aidl",
- ],
srcs: [
"aidl/android/adpf/*.aidl",
],
@@ -39,10 +36,6 @@
enabled: true,
},
},
- imports: [
- "android.hardware.common.fmq-V1",
- "android.hardware.common-V2",
- ],
}
cc_defaults {