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

Commit 6c016640 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
(cherry picked from commit 7a99e049)
Merged-In: Id0d311319c47553fac5d1d208409cef83073fddf
parent a821321b
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
    }
    }