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

Commit 29d9a5d6 authored by Maciej Zenczykowski's avatar Maciej Zenczykowski Committed by Automerger Merge Worker
Browse files

Merge "gpu mem bpf program - switch to LICENSE macro" into sc-dev am: 5dc2372a

Original change: https://googleplex-android-review.googlesource.com/c/platform/frameworks/native/+/15192075

Change-Id: Ia03c3651ae98bfbd3136006bc89fc5a6b0245a25
parents ee34178c 5dc2372a
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");