| # Copyright 2019 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. |
| |
| # All usages of //third_party/android_ndk:cpu_features are being migrated to |
| # //third_party/cpu_features:ndk_compat. Temporarily re-route the current |
| # usages to the final target to avoid duplicate symbols. This file can be |
| # removed when all usages have been migrated. |
| group("cpu_features") { |
| public_deps = [ "//third_party/cpu_features:ndk_compat" ] |
| } |