ANDROID: Fix DDK include dirs for arm.

It is a typo to put arch/arm64/include/*
in the include dirs.

Test: treehugger
Bug: 254735056
Change-Id: I151786b6c6ab3397a2eb829e3c86cc3303ff0ceb
Signed-off-by: Yifan Hong <elsk@google.com>
This commit is contained in:
Yifan Hong
2022-11-28 11:17:23 -08:00
committed by Treehugger Robot
parent 517fb6083c
commit 6d03fcb24d

View File

@@ -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",
],