summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul Colta <donpaul@google.com>2024-05-03 15:23:47 +0000
committerGerrit Code Review <noreply-gerritcodereview@google.com>2024-05-03 15:23:47 +0000
commit3f35361d1f843b545ef3bb84a1e40232d9263fb9 (patch)
tree706e5755dd64ec13f9ab7ca94718d4966b6cb1f2
parentd221c070d22868dc5d7e6c37ced001c31739e6c5 (diff)
parenta233e5531653cc5a4e6dbb563d2daefcd1988a14 (diff)
downloadbase-3f35361d1f843b545ef3bb84a1e40232d9263fb9.tar.gz
Merge "HDMICEC: handle hdmi_control help command" into main
-rw-r--r--services/core/java/com/android/server/hdmi/HdmiControlShellCommand.java3
1 files changed, 1 insertions, 2 deletions
diff --git a/services/core/java/com/android/server/hdmi/HdmiControlShellCommand.java b/services/core/java/com/android/server/hdmi/HdmiControlShellCommand.java
index 894942763422..bf6633e072e1 100644
--- a/services/core/java/com/android/server/hdmi/HdmiControlShellCommand.java
+++ b/services/core/java/com/android/server/hdmi/HdmiControlShellCommand.java
@@ -124,8 +124,7 @@ final class HdmiControlShellCommand extends ShellCommand {
return historySize(pw);
}
- getErrPrintWriter().println("Unhandled command: " + cmd);
- return 1;
+ return handleDefaultCommands(cmd);
}
private int deviceSelect(PrintWriter pw) throws RemoteException {