Skip to content
  • Gordana.Cmiljanovic's avatar
    MIPS: Fix _rebased_android_toolchain_root name spelling error · 3655785f
    Gordana.Cmiljanovic authored
    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"
    
    Review-Url: https://codereview.chromium.org/2027433002
    Cr-Commit-Position: refs/heads/master@{#396807}
    3655785f