summaryrefslogtreecommitdiffhomepage
path: root/runsc/boot/BUILD
diff options
context:
space:
mode:
authorHaibo Xu <haibo.xu@arm.com>2019-11-18 09:07:00 +0000
committerHaibo Xu <haibo.xu@arm.com>2019-12-03 03:25:54 +0000
commit61f2274cb6f05579e4abe1e794182c04a622b58f (patch)
treed768b6379f7aac332f9565b76200008d4c60b1af /runsc/boot/BUILD
parent7ac46c50486eef252ecaa4de1a2fe2581f73f79c (diff)
Enable runsc compatLog support on arm64.
Signed-off-by: Haibo Xu <haibo.xu@arm.com> Change-Id: I3fd5e552f5f03b5144ed52647f75af3b8253b1d6
Diffstat (limited to 'runsc/boot/BUILD')
-rw-r--r--runsc/boot/BUILD1
1 files changed, 1 insertions, 0 deletions
diff --git a/runsc/boot/BUILD b/runsc/boot/BUILD
index 847d2f91c..3b6a29c6e 100644
--- a/runsc/boot/BUILD
+++ b/runsc/boot/BUILD
@@ -7,6 +7,7 @@ go_library(
srcs = [
"compat.go",
"compat_amd64.go",
+ "compat_arm64.go",
"config.go",
"controller.go",
"debug.go",