blob: ce49b836e46b83e71307183efdf18765da06fee6 [file] [log] [blame]
cc_library(
name = 'cpufeatures',
srcs = glob(['ndk/sources/android/cpufeatures/*.c']),
hdrs = glob(['ndk/sources/android/cpufeatures/*.h']),
linkopts = ['-ldl'],
)