summaryrefslogtreecommitdiff
path: root/chromium/third_party/android_tools/ndk/android_tools_ndk.gyp
blob: a73f6859d8a3ad5f0bd9ae6a167adef1c51715ee (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# Copyright (c) 2012 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.

{
  'targets': [
    {
      'target_name': 'cpu_features',
      'type': 'static_library',
      'direct_dependent_settings': {
        'include_dirs': [
          'sources/android/cpufeatures',
        ],
      },
      'sources': [
        'sources/android/cpufeatures/cpu-features.c',
      ],
    },
  ],
}