mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-06 10:58:48 +09:00
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:
committed by
Treehugger Robot
parent
517fb6083c
commit
6d03fcb24d
@@ -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",
|
||||
],
|
||||
|
||||
Reference in New Issue
Block a user