commit | 15754248e85aa954c094bfd2cf4a49a392ab24ad | [log] [tgz] |
---|---|---|
author | Patrick Rohr <prohr@google.com> | Thu May 16 11:38:57 2024 -0700 |
committer | Patrick Rohr <prohr@google.com> | Wed May 22 10:50:55 2024 -0700 |
tree | 74e8ab6fbbfc593108c55135acda587b79e6672a | |
parent | b15be228d26e819569296ff0bf7905499fcc78ef [diff] [blame] |
Use scopeguard from libbase_headers and delete the copy A recent change makes libbase_headers available to the tethering apex. Test: m Change-Id: Id4f30f48bd65175e17c419230a8e7ebf5339d713
diff --git a/staticlibs/native/tcutils/tcutils.cpp b/staticlibs/native/tcutils/tcutils.cpp index c82390f..db0dd15 100644 --- a/staticlibs/native/tcutils/tcutils.cpp +++ b/staticlibs/native/tcutils/tcutils.cpp
@@ -20,8 +20,8 @@ #include "logging.h" #include "bpf/KernelUtils.h" -#include "scopeguard.h" +#include <android-base/scopeguard.h> #include <arpa/inet.h> #include <cerrno> #include <cstring>