diff options
| -rw-r--r-- | services/surfaceflinger/PowerAdvisor/Android.bp | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/services/surfaceflinger/PowerAdvisor/Android.bp b/services/surfaceflinger/PowerAdvisor/Android.bp index 7352f7a80e..4efbcb9510 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 @@ aidl_interface { enabled: true, }, }, - imports: [ - "android.hardware.common.fmq-V1", - "android.hardware.common-V2", - ], } cc_defaults { |