From 356c4f86016cef8b0403735fce419694fe1e2b9d Mon Sep 17 00:00:00 2001 From: Richard Levasseur Date: Thu, 24 Aug 2023 07:06:51 -0700 Subject: [PATCH] Internal change. PiperOrigin-RevId: 559742575 --- vdso/BUILD | 1 + 1 file changed, 1 insertion(+) diff --git a/vdso/BUILD b/vdso/BUILD index bc6aaf878..a8fcbf135 100644 --- a/vdso/BUILD +++ b/vdso/BUILD @@ -3,6 +3,7 @@ # normal system VDSO (time, gettimeofday, clock_gettimeofday) but which uses # timekeeping parameters managed by the sandbox kernel. +# Placeholder: load py_test load("//tools:arch.bzl", "select_arch") load("//tools:defs.bzl", "cc_flags_supplier", "cc_toolchain", "vdso_linker_option")