diff --git a/BUILD.bazel b/BUILD.bazel index 61218e485ef5..556abefa0811 100644 --- a/BUILD.bazel +++ b/BUILD.bazel @@ -437,8 +437,8 @@ ddk_headers( # from. In other words, these are the `-I` option to the C compiler. # These are prepended to LINUXINCLUDE. linux_includes = [ - "arch/arm64/include", - "arch/arm64/include/uapi", + "arch/arm/include", + "arch/arm/include/uapi", "include", "include/uapi", ],