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

Commit 3cb16a46 authored by Treehugger Robot's avatar Treehugger Robot Committed by Automerger Merge Worker
Browse files

Merge "GpuMem(Tracer)Test - define BPF_MAP_MAKE_VISIBLE_FOR_TESTING" am:...

Merge "GpuMem(Tracer)Test - define BPF_MAP_MAKE_VISIBLE_FOR_TESTING" am: 939a6e84 am: 4c2b547d am: 8849f4b7 am: 4fa69a34 am: 1ad532a7

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



Change-Id: I5890c30df27facf49932503036289d3de2ec9274
Signed-off-by: default avatarAutomerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
parents 45ee8294 1ad532a7
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -18,6 +18,7 @@
#define LOG_TAG "gpuservice_unittest"

#include <android-base/stringprintf.h>
#define BPF_MAP_MAKE_VISIBLE_FOR_TESTING
#include <bpf/BpfMap.h>
#include <gmock/gmock.h>
#include <gpumem/GpuMem.h>
+1 −0
Original line number Diff line number Diff line
@@ -17,6 +17,7 @@
#undef LOG_TAG
#define LOG_TAG "gpuservice_unittest"

#define BPF_MAP_MAKE_VISIBLE_FOR_TESTING
#include <bpf/BpfMap.h>
#include <gpumem/GpuMem.h>
#include <gtest/gtest.h>