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

Commit bc6ed6cb authored by Sungtak Lee's avatar Sungtak Lee
Browse files

C2InputSurface: do not rely on flag

C2InputSurface is already guarded by system property.
It does not need to rely on flag for the feature enabling.

Bug: 201479783
Test: presubmit
Change-Id: I98537c11d05e0e23e951934e2752653b54c4f645
parent 59839fae
Loading
Loading
Loading
Loading
+0 −3
Original line number Diff line number Diff line
@@ -77,9 +77,6 @@ bool IsCodec2AidlInputSurfaceSelected() {
    if (inputSurfaceSetting <= 0) {
        return false;
    }
    if (!android::media::codec::provider_->aidl_hal_input_surface()) {
        return false;
    }
    return true;
}