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 e14c259096..4ec4d581e9 100644 --- a/staticlibs/native/bpf_map_utils/Android.bp +++ b/staticlibs/native/bpf_headers/Android.bp @@ -17,7 +17,7 @@ package { } 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