commit | 99ace23829f13c1bb1ac1fd96bc0a51c97a08a3c | [log] [tgz] |
---|---|---|
author | Patrick Rohr <prohr@google.com> | Fri Nov 22 10:35:29 2024 -0800 |
committer | Patrick Rohr <prohr@google.com> | Fri Nov 22 10:36:27 2024 -0800 |
tree | 3d8cc33e37cbd50482c05fee9d66ca3b4b783f64 | |
parent | 40311a22638acca06b1cc7ad6b69f998e7bd4331 [diff] [blame] |
Get rid of BPF_FD_JUST_USE_INT borrowed_fd defines implicit conversion constructors for both int and unique_fd. Test: TH Change-Id: Ie41c747f4afea050b18d721956bcbbca0446bdc7
diff --git a/staticlibs/native/bpfmapjni/Android.bp b/staticlibs/native/bpfmapjni/Android.bp index 969ebd4..9a58a93 100644 --- a/staticlibs/native/bpfmapjni/Android.bp +++ b/staticlibs/native/bpfmapjni/Android.bp
@@ -26,6 +26,7 @@ header_libs: [ "bpf_headers", "jni_headers", + "libbase_headers", ], shared_libs: [ "liblog",