Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 4297d15d authored by Motomu Utsumi's avatar Motomu Utsumi
Browse files

Remove unused gpuMem.o and gpuWork.o

Bug: 410982483
Test: TH
Flag: EXEMPT remove unused Android.bp target
Change-Id: I4025d3ff68bfaa1a930981557d90c403e789b978
parent fe2ccd6c
Loading
Loading
Loading
Loading
+0 −8
Original line number Diff line number Diff line
@@ -21,14 +21,6 @@ package {
    default_applicable_licenses: ["frameworks_native_license"],
}

bpf {
    name: "gpuMem.o",
    srcs: ["gpuMem.c"],
    include_dirs: [
        "system/bpf/include/defs",
    ],
}

libbpf_prog {
    name: "gpuMem.bpf",
    srcs: ["gpuMem.c"],
+0 −12
Original line number Diff line number Diff line
@@ -16,18 +16,6 @@ package {
    default_applicable_licenses: ["frameworks_native_license"],
}

bpf {
    name: "gpuWork.o",
    srcs: ["gpuWork.c"],
    cflags: [
        "-Wthread-safety",
        "-Wunreachable-code",
    ],
    include_dirs: [
        "system/bpf/include/defs",
    ],
}

libbpf_prog {
    name: "gpuWork.bpf",
    srcs: ["gpuWork.c"],