summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author Vladimir Marko <vmarko@google.com> 2023-09-11 18:27:58 +0200
committer VladimĂ­r Marko <vmarko@google.com> 2023-09-12 06:27:42 +0000
commit0be0fbc85ce7c099d90b1cb220c5ccff20b0f3a2 (patch)
tree4aad264963483f0c3817f3d4ad1a0b8fa5e6d8d1
parent456a0657b36906a217f6bac91f365c5611008bce (diff)
riscv64: Update dex2oat instruction set help.
Test: dex2oat 2>&1 | grep instruction-set= Bug: 283082089 Change-Id: I3b2c3527fdc8bfbd0212899abafba3b5a1d69d98
-rw-r--r--dex2oat/dex2oat_options.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/dex2oat/dex2oat_options.cc b/dex2oat/dex2oat_options.cc
index 1c46d1373f..7386fe15f6 100644
--- a/dex2oat/dex2oat_options.cc
+++ b/dex2oat/dex2oat_options.cc
@@ -34,7 +34,7 @@ struct CmdlineType<InstructionSet> : CmdlineTypeParser<InstructionSet> {
}
static const char* Name() { return "InstructionSet"; }
- static const char* DescribeType() { return "arm|arm64|x86|x86_64|none"; }
+ static const char* DescribeType() { return "arm|arm64|riscv64|x86|x86_64|none"; }
};
#define COMPILER_OPTIONS_MAP_TYPE Dex2oatArgumentMap