 Chromium Code Reviews
 Chromium Code Reviews Issue 
            2027433002:
    MIPS: Fix _rebased_android_toolchain_root name spelling error  (Closed)
    
  
    Issue 
            2027433002:
    MIPS: Fix _rebased_android_toolchain_root name spelling error  (Closed) 
  | DescriptionMIPS: Fix _rebased_android_toolchain_root name spelling error
Fixing spelling error introduced with:
https://codereview.chromium.org/1996433002
BUG=gn gen error:
ERROR at //build/config/compiler/BUILD.gn:349:36: Undefined identifier in string expansion.
    ldflags += [ "--gcc-toolchain=$rebased_android_toolchain_root" ]
                                   ^-----------------------------
"rebased_android_toolchain_root" is not currently in scope.
See //build/config/BUILDCONFIG.gn:451:3: which caused the file to be included.
  "//build/config/compiler:compiler",
  ^---------------------------------
TEST=gn gen out-gn/mips-android --args="is_debug=false target_os=\"android\" target_cpu=\"mipsel\"  is_clang=true"
Committed: https://crrev.com/3655785fa021e9bc0ace8412a4014c80c2ebac5f
Cr-Commit-Position: refs/heads/master@{#396807}
   Patch Set 1 #
 Messages
    Total messages: 12 (5 generated)
     | |||||||||||||||||||