summaryrefslogtreecommitdiffstats
path: root/base/android/linker/config.gni
blob: d07caa6dc12c9a046c135d43e65370bbb388dadc (plain)
1
2
3
4
5
6
7
8
9
10
11
# Copyright 2014 The Chromium Authors. All rights reserved.
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.

import("//build/config/android/config.gni")
import("//build/config/sanitizers/sanitizers.gni")

# Chromium linker crashes on component builds on Android 4.4. See b/11379966
# Chromium linker causes instrumentation to return incorrect results.
chromium_linker_supported =
    !is_component_build && !use_order_profiling && !is_asan