blob: 84f309869e1bd3269ed13d7462d71b4bc8d3dfa3 [file]
# Copyright 2013 The Flutter Authors. All rights reserved.
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
source_set("cpu_features") {
public_configs =
[ "//flutter/third_party/android_tools:cpu_features_include" ]
deps = [ "//flutter/third_party/android_tools:cpu_features" ]
}