mirror of
https://github.com/google/cpu_features.git
synced 2025-04-27 23:22:31 +02:00
Add 'ndk_compat' include directory to 'ndk_compat' target (#309)
Add 'ndk_compat' to the 'includes' directive of the 'ndk_compat' target, so that targets that include this library can directly reference 'cpu-features.h' like they did with the legacy Android NDK library.
This commit is contained in:
parent
c672eb403c
commit
6fe75d22ab
@ -332,7 +332,7 @@ cc_library(
|
|||||||
name = "ndk_compat",
|
name = "ndk_compat",
|
||||||
srcs = ["ndk_compat/cpu-features.c"],
|
srcs = ["ndk_compat/cpu-features.c"],
|
||||||
copts = C99_FLAGS,
|
copts = C99_FLAGS,
|
||||||
includes = INCLUDES,
|
includes = INCLUDES + ["ndk_compat"],
|
||||||
textual_hdrs = ["ndk_compat/cpu-features.h"],
|
textual_hdrs = ["ndk_compat/cpu-features.h"],
|
||||||
deps = [
|
deps = [
|
||||||
":cpu_features_macros",
|
":cpu_features_macros",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user