Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 2c14d23d authored by Matt Buckley's avatar Matt Buckley
Browse files

Remove unnecessary imports and defaults from PowerAdvisor AIDL interface

Bug: none
Change-Id: I30bf82a6afdebd8623d8befaccff7fa3bf0eb492
Test: manual
Flag: EXEMPT NDK
parent ab7bab36
Loading
Loading
Loading
Loading
+0 −7
Original line number Diff line number Diff line
@@ -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 {