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

Commit dd5506c2 authored by Steven Moreland's avatar Steven Moreland Committed by Gerrit Code Review
Browse files

Merge "lshal: avoid FQName globals."

parents 0f58ab62 7a99e049
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -406,7 +406,7 @@ bool ListCommand::addEntryWithInstance(const TableEntry& entry,
        return false;
    }

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