1package { 2 default_applicable_licenses: ["Android-Apache-2.0"], 3} 4 5bpf { 6 name: "BitmapAllocation.o", 7 srcs: ["BitmapAllocation.c"], 8 btf: true, 9 cflags: [ 10 "-Wall", 11 "-Werror", 12 ], 13 sub_dir: "uprobestats", 14} 15