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

Commit 3d2c1e19 authored by Steven Moreland's avatar Steven Moreland
Browse files

lshal: mention subclasses for third section

Third section of lshal shows installed passthrough
services. I've updated the comment to show that
these aren't necessarily the actual classes available
at runtime. This is based on an offline issue raised
by a vendor that thought the current text was confusing.

The actual check that the correct passthrough services
are served is done by vts_treble_vintf_test.

Bug: 74407622
Test: lshal
Change-Id: Ie314c7a4bd9abe9d52ca36cad1bf8da80493b3eb
Merged-In: Ie314c7a4bd9abe9d52ca36cad1bf8da80493b3eb
parent a4d8dae1
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -280,7 +280,8 @@ void ListCommand::postprocess() {
            "The Clients / Clients CMD column shows all process that have ever dlopen'ed \n"
            "the library and successfully fetched the passthrough implementation.");
    mImplementationsTable.setDescription(
            "All available passthrough implementations (all -impl.so files)");
            "All available passthrough implementations (all -impl.so files).\n"
            "These may return subclasses through their respective HIDL_FETCH_I* functions.");
}

static inline bool findAndBumpVersion(vintf::ManifestHal* hal, const vintf::Version& version) {