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

Commit 9d0cd937 authored by Steven Moreland's avatar Steven Moreland Committed by Android (Google) Code Review
Browse files

Merge "lshal: avoid FQName globals." into rvc-dev

parents 5a451b70 6c016640
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -406,7 +406,7 @@ bool ListCommand::addEntryWithInstance(const TableEntry& entry,
        return false;
        return false;
    }
    }


    if (fqInstance.getPackage() == gIBaseFqName.package()) {
    if (fqInstance.getPackage() == "android.hidl.base") {
        return true; // always remove IBase from manifest
        return true; // always remove IBase from manifest
    }
    }