From 226ad3da56e7deea43f672503f631d4cb624b7ee Mon Sep 17 00:00:00 2001 From: Elliot Berman Date: Wed, 30 Oct 2024 11:09:24 -0700 Subject: [PATCH] ANDROID: kleaf: Clean not needed unsafe headers ddk_headers now allows empty list of hdrs. Remove virtgpu_trace.h which was previously (but no longer) needed by cuttlefish. Bug: 376318144 Suggested-by: Yifan Hong Change-Id: I91edd563ee7002c0380a068b02b9b4182f7060ce Signed-off-by: Elliot Berman --- BUILD.bazel | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/BUILD.bazel b/BUILD.bazel index e85cb46e9318..0237ce1c7866 100644 --- a/BUILD.bazel +++ b/BUILD.bazel @@ -1547,9 +1547,7 @@ filegroup( # - be moved into all_headers ddk_headers( name = "all_headers_unsafe", - hdrs = [ - "drivers/gpu/drm/virtio/virtgpu_trace.h", - ], + hdrs = [], # The list of include directories where source files can #include headers # from. In other words, these are the `-I` option to the C compiler. # Unsafe include directories are appended to ccflags-y.