diff options
Diffstat (limited to 'tools/gn/secondary/third_party/android_tools/BUILD.gn')
-rw-r--r-- | tools/gn/secondary/third_party/android_tools/BUILD.gn | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tools/gn/secondary/third_party/android_tools/BUILD.gn b/tools/gn/secondary/third_party/android_tools/BUILD.gn index b5f6ebd..44a10d9 100644 --- a/tools/gn/secondary/third_party/android_tools/BUILD.gn +++ b/tools/gn/secondary/third_party/android_tools/BUILD.gn @@ -6,6 +6,8 @@ config("cpu_features_include") { include_dirs = [ "ndk/sources/android/cpufeatures" ] } +# This is the GN version of +# //build/android/cpufeatures.gypi:cpufeatures source_set("cpu_features") { sources = [ "ndk/sources/android/cpufeatures/cpu-features.c" ] direct_dependent_configs = [ ":cpu_features_include" ] |