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 <elsk@google.com> Change-Id: I91edd563ee7002c0380a068b02b9b4182f7060ce Signed-off-by: Elliot Berman <quic_eberman@quicinc.com>
This commit is contained in:
committed by
Matthias Männich
parent
74f62d68a2
commit
226ad3da56
+1
-3
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user