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

Commit bc811faf authored by Steven Moreland's avatar Steven Moreland Committed by android-build-merger
Browse files

Merge "lshal: explain VINTF 'X' value in help"

am: faefe359

Change-Id: I4c121e66c7cd7c5e50c1124cb62918ce2161add8
parents 168853bb faefe359
Loading
Loading
Loading
Loading
+2 −1
Original line number Original line Diff line number Diff line
@@ -975,7 +975,8 @@ void ListCommand::registerAllOptions() {
       "    - DM: if the HAL is in the device manifest\n"
       "    - DM: if the HAL is in the device manifest\n"
       "    - DC: if the HAL is in the device compatibility matrix\n"
       "    - DC: if the HAL is in the device compatibility matrix\n"
       "    - FM: if the HAL is in the framework manifest\n"
       "    - FM: if the HAL is in the framework manifest\n"
       "    - FC: if the HAL is in the framework compatibility matrix"});
       "    - FC: if the HAL is in the framework compatibility matrix\n"
       "    - X: if the HAL is in none of the above lists"});
    mOptions.push_back({'S', "service-status", no_argument, v++, [](ListCommand* thiz, const char*) {
    mOptions.push_back({'S', "service-status", no_argument, v++, [](ListCommand* thiz, const char*) {
        thiz->mSelectedColumns.push_back(TableColumnType::SERVICE_STATUS);
        thiz->mSelectedColumns.push_back(TableColumnType::SERVICE_STATUS);
        return OK;
        return OK;