commit | eb13daf905d2a49f02a71629947f604834a0e08c | [log] [tgz] |
---|---|---|
author | Patrick Rohr <prohr@google.com> | Thu May 18 14:36:02 2023 -0700 |
committer | Patrick Rohr <prohr@google.com> | Thu May 18 14:36:57 2023 -0700 |
tree | 8c170cabb0b2923642278ada9b3e55a2f80b2902 | |
parent | 159bd29580a08a7d6593d2a61a664f1cc0f0e56e [diff] [blame] |
NetlinkEvent: use isKernel64Bit in KernelUtils.h Now that the code has moved, delete the local implementation in favor of the common one. Test: builds Change-Id: Ic29d7c9bcd3d623204f3e4de3a3434483021cbac
diff --git a/libsysutils/Android.bp b/libsysutils/Android.bp index 5f472b2..1b41a6b 100644 --- a/libsysutils/Android.bp +++ b/libsysutils/Android.bp
@@ -29,6 +29,10 @@ "liblog", ], + header_libs: [ + "bpf_headers", + ], + export_include_dirs: ["include"], tidy: true,