use top third_party
Change-Id: I382b10ef7a6adc328777349bce142e58895f7c8d
This commit is contained in:
+2
-2
@@ -31,8 +31,8 @@ static_library("cmsis") {
|
||||
sources = [ "cmsis_liteos2.c" ]
|
||||
|
||||
include_dirs = [
|
||||
"../../third_party/bounds_checking_function/include",
|
||||
"../../third_party/cmsis/CMSIS/RTOS2/Include",
|
||||
"//third_party/bounds_checking_function/include",
|
||||
"//third_party/cmsis/CMSIS/RTOS2/Include",
|
||||
"../../kernel/include",
|
||||
"../../kernel/arch/include",
|
||||
"../../utils",
|
||||
|
||||
+1
-1
@@ -45,6 +45,6 @@ static_library("posix") {
|
||||
"../../kernel/arch/include",
|
||||
"../../kernel/include",
|
||||
"../../utils",
|
||||
"../../third_party/bounds_checking_function/include",
|
||||
"//third_party/bounds_checking_function/include",
|
||||
]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user