Skip to content

Commit f816d77

Browse files
committed
Adding short line option for arm_zephyr PAL selection
1 parent 4d20030 commit f816d77

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

runtime/platform/targets.bzl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,7 @@ def define_common_targets():
4545
"ovr_config//os:android": ["default/android.cpp"],
4646
"DEFAULT": _select_pal({
4747
"minimal": ["default/minimal.cpp"],
48+
"arm_zephyr": ["default/arm_zephyr.hpp"],
4849
"posix": ["default/posix.cpp"],
4950
})}),
5051
deps = [

0 commit comments

Comments
 (0)