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

Commit 7a99e049 authored by Steven Moreland's avatar Steven Moreland
Browse files

lshal: avoid FQName globals.

These aren't really needed here, and they are costing 20Kib memory/user.

Bug: 148177595
Test: boot/lshal
Change-Id: Id0d311319c47553fac5d1d208409cef83073fddf
parent aa59a8b1
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
    }