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

Commit c6c9b496 authored by Jamie Gennis's avatar Jamie Gennis
Browse files

Account for the _ADRENO constant being moved.

Change-Id: I443e2028c06f8b03e864525365c5c38de79314fe
parent 81b5db04
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -6,7 +6,8 @@ LOCAL_SRC_FILES:= \
        SoftwareRenderer.cpp

LOCAL_C_INCLUDES := \
        $(TOP)/external/opencore/extern_libs_v2/khronos/openmax/include
        $(TOP)/external/opencore/extern_libs_v2/khronos/openmax/include \
        $(TOP)/hardware/msm7k

LOCAL_SHARED_LIBRARIES :=       \
        libbinder               \
+3 −0
Original line number Diff line number Diff line
@@ -26,6 +26,9 @@
#include <ui/android_native_buffer.h>
#include <ui/GraphicBufferMapper.h>

// XXX: Temporary hack to allow referencing the _ADRENO pixel format here.
#include <libgralloc-qsd8k/gralloc_priv.h>

namespace android {

SoftwareRenderer::SoftwareRenderer(