Merge "remove libbpf_android_headers target" am: 7429fcb842
Original change: https://android-review.googlesource.com/c/platform/system/bpf/+/1976929 Change-Id: I71748826874f6e715c80193d3830a337a60e034f
This commit is contained in:
commit
327faf118f
1 changed files with 1 additions and 19 deletions
|
@ -22,22 +22,6 @@ package {
|
|||
default_applicable_licenses: ["system_bpf_license"],
|
||||
}
|
||||
|
||||
cc_library_headers {
|
||||
name: "libbpf_android_headers",
|
||||
vendor_available: false,
|
||||
host_supported: false,
|
||||
native_bridge_supported: true,
|
||||
export_include_dirs: ["include"],
|
||||
target: {
|
||||
linux_bionic: {
|
||||
enabled: true,
|
||||
},
|
||||
},
|
||||
sdk_version: "30",
|
||||
header_libs: ["bpf_syscall_wrappers"],
|
||||
export_header_lib_headers: ["bpf_syscall_wrappers"],
|
||||
}
|
||||
|
||||
cc_library {
|
||||
name: "libbpf_android",
|
||||
vendor_available: false,
|
||||
|
@ -63,14 +47,12 @@ cc_library {
|
|||
],
|
||||
header_libs: [
|
||||
"bpf_headers",
|
||||
"libbpf_android_headers",
|
||||
],
|
||||
export_header_lib_headers: [
|
||||
"libbpf_android_headers",
|
||||
"bpf_headers",
|
||||
],
|
||||
export_shared_lib_headers: ["libbpf_bcc"],
|
||||
local_include_dirs: ["include"],
|
||||
export_include_dirs: ["include"],
|
||||
|
||||
defaults: ["bpf_defaults"],
|
||||
cflags: [
|
||||
|
|
Loading…
Reference in a new issue