From 498f0f95fe8956034b4f8d998dbcacbe22e55d10 Mon Sep 17 00:00:00 2001 From: Edward Liaw Date: Thu, 30 May 2024 18:02:49 +0000 Subject: [PATCH] ANDROID: Don't build with mlock2.h Some of the mm tests don't need to be built with the mlock2.h header file. Bug: 291147200 Change-Id: Ia1f08be61936f4c8e653db9e8b17616b6ab26cba Signed-off-by: Edward Liaw --- BUILD.bazel | 2 -- 1 file changed, 2 deletions(-) diff --git a/BUILD.bazel b/BUILD.bazel index bbd22c58e039..bac3bdfe2492 100644 --- a/BUILD.bazel +++ b/BUILD.bazel @@ -1515,7 +1515,6 @@ cc_library( cc_binary_with_abi( name = "kselftest_mm_thuge_gen", srcs = [ - "tools/testing/selftests/mm/mlock2.h", "tools/testing/selftests/mm/thuge-gen.c", ], copts = [ @@ -1535,7 +1534,6 @@ cc_binary_with_abi( cc_binary_with_abi( name = "kselftest_mm_transhuge_stress", srcs = [ - "tools/testing/selftests/mm/mlock2.h", "tools/testing/selftests/mm/transhuge-stress.c", ], copts = [