ANDROID: vDSO tests need vdso_call.h now

Commit 6eda706a53 ("selftests: vDSO: fix the way vDSO functions are
called for powerpc") added vdso_call.h which the vDSO tests require
now.

Update BUILD.bazel to make it available in hermetic builds

Fixes: 6eda706a53 ("selftests: vDSO: fix the way vDSO functions called for powerpc")
Test: TH
Change-Id: Iab1ecb006a9ab5e4abec246d58cf380b4f21f42a
Signed-off-by: André Draszik <draszik@google.com>
This commit is contained in:
André Draszik
2024-09-24 11:35:29 +01:00
committed by Matthias Maennich
parent f5bf391ca4
commit 1281c3ccca
+1
View File
@@ -1402,6 +1402,7 @@ cc_library(
srcs = ["tools/testing/selftests/vDSO/parse_vdso.c"],
hdrs = [
"tools/testing/selftests/vDSO/parse_vdso.h",
"tools/testing/selftests/vDSO/vdso_call.h",
"tools/testing/selftests/vDSO/vdso_config.h",
],
copts = _KSELFTEST_COPTS,