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

Commit e4ca771b authored by Maciej Żenczykowski's avatar Maciej Żenczykowski Committed by Android (Google) Code Review
Browse files

Merge "Remove unused gpuMem.o and gpuWork.o" into main

parents a623de3d 4297d15d
Loading
Loading
Loading
Loading
+0 −8
Original line number Original line Diff line number Diff line
@@ -21,14 +21,6 @@ package {
    default_applicable_licenses: ["frameworks_native_license"],
    default_applicable_licenses: ["frameworks_native_license"],
}
}


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

libbpf_prog {
libbpf_prog {
    name: "gpuMem.bpf",
    name: "gpuMem.bpf",
    srcs: ["gpuMem.c"],
    srcs: ["gpuMem.c"],
+0 −12
Original line number Original line Diff line number Diff line
@@ -16,18 +16,6 @@ package {
    default_applicable_licenses: ["frameworks_native_license"],
    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 {
libbpf_prog {
    name: "gpuWork.bpf",
    name: "gpuWork.bpf",
    srcs: ["gpuWork.c"],
    srcs: ["gpuWork.c"],