Fix "--version_script" typo in doc.

The linker flag is --version-script.

Change-Id: I3bc66e848cc27ca6eebc004c662152faef6f8076
Test: N/A
Bug: 257226023
This commit is contained in:
Jingwen Chen
2022-11-03 12:15:03 +00:00
parent d3dfb89934
commit b582e61a31

View File

@@ -221,7 +221,7 @@ type BaseLinkerProperties struct {
// Generate compact dynamic relocation table, default true.
Pack_relocations *bool `android:"arch_variant"`
// local file name to pass to the linker as --version_script
// local file name to pass to the linker as --version-script
Version_script *string `android:"path,arch_variant"`
// local file name to pass to the linker as --dynamic-list