commit | 0f1ee4ca8151cfe2823a29fff091ccf3e6f37da5 | [log] [tgz] |
---|---|---|
author | Ken Chen <cken@google.com> | Tue Dec 21 15:58:45 2021 +0800 |
committer | Ken Chen <cken@google.com> | Tue Dec 21 16:16:20 2021 +0800 |
tree | 587ea7303b102403b076f6826df403d89af1ea0f | |
parent | 73153627385d15f7bbaf0bffe28e6dd47d657d19 [diff] |
Rename bpf_map_utils to bpf_headers Use a generic name so that it can contain more bpf related headers. Bug: 202086915 Test: build Change-Id: I5a76948db394d8d7bb6eaedb570a2ca5bc99a289
diff --git a/staticlibs/native/bpf_map_utils/Android.bp b/staticlibs/native/bpf_headers/Android.bp similarity index 98% rename from staticlibs/native/bpf_map_utils/Android.bp rename to staticlibs/native/bpf_headers/Android.bp index e14c259..4ec4d58 100644 --- a/staticlibs/native/bpf_map_utils/Android.bp +++ b/staticlibs/native/bpf_headers/Android.bp
@@ -17,7 +17,7 @@ } cc_library_headers { - name: "bpf_map_utils", + name: "bpf_headers", vendor_available: true, host_supported: true, native_bridge_supported: true,
diff --git a/staticlibs/native/bpf_map_utils/BpfMapTest.cpp b/staticlibs/native/bpf_headers/BpfMapTest.cpp similarity index 100% rename from staticlibs/native/bpf_map_utils/BpfMapTest.cpp rename to staticlibs/native/bpf_headers/BpfMapTest.cpp
diff --git a/staticlibs/native/bpf_map_utils/TEST_MAPPING b/staticlibs/native/bpf_headers/TEST_MAPPING similarity index 100% rename from staticlibs/native/bpf_map_utils/TEST_MAPPING rename to staticlibs/native/bpf_headers/TEST_MAPPING
diff --git a/staticlibs/native/bpf_map_utils/include/bpf/BpfMap.h b/staticlibs/native/bpf_headers/include/bpf/BpfMap.h similarity index 100% rename from staticlibs/native/bpf_map_utils/include/bpf/BpfMap.h rename to staticlibs/native/bpf_headers/include/bpf/BpfMap.h
diff --git a/staticlibs/native/bpf_map_utils/include/bpf/BpfUtils.h b/staticlibs/native/bpf_headers/include/bpf/BpfUtils.h similarity index 100% rename from staticlibs/native/bpf_map_utils/include/bpf/BpfUtils.h rename to staticlibs/native/bpf_headers/include/bpf/BpfUtils.h
diff --git a/staticlibs/native/bpf_map_utils/include/bpf/WaitForProgsLoaded.h b/staticlibs/native/bpf_headers/include/bpf/WaitForProgsLoaded.h similarity index 100% rename from staticlibs/native/bpf_map_utils/include/bpf/WaitForProgsLoaded.h rename to staticlibs/native/bpf_headers/include/bpf/WaitForProgsLoaded.h