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

Commit ed023866 authored by Maciej Żenczykowski's avatar Maciej Żenczykowski
Browse files

gpu mem bpf program - switch to LICENSE macro



Without this resulting .o is incorrectly formatted
and fails to load with newer bpfloader.

Bug: 190519702
Test: atest, TreeHugger - existing bpf programs load
  examination of bpfloader logs
Signed-off-by: default avatarMaciej Żenczykowski <maze@google.com>
Change-Id: Ie1a3ed0cdaebc533e4533ed5bfefd369ec2a87b3
Merged-In: Ie1a3ed0cdaebc533e4533ed5bfefd369ec2a87b3
parent 2b7d5cea
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -72,4 +72,4 @@ DEFINE_BPF_PROG("tracepoint/gpu_mem/gpu_mem_total", AID_ROOT, AID_GRAPHICS, tp_g
    return 0;
}

char _license[] SEC("license") = "Apache 2.0";
LICENSE("Apache 2.0");