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

Commit c941fb0f authored by Steven Moreland's avatar Steven Moreland
Browse files

RenderScript: IWYU

Renderscript was depending on macros from android-base that were
transitively included from MQDescriptor.h

Test: links
Bug: 37791060
Change-Id: Ie34ddef67328c5fcc6b0122a32725b980615ff43
(cherry picked from commit dc01e938)
parent 2deb2fab
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -18,7 +18,8 @@ LOCAL_SHARED_LIBRARIES := \
    libgui \
    libjnigraphics

LOCAL_STATIC_LIBRARIES :=
LOCAL_HEADER_LIBRARIES := \
    libbase_headers

LOCAL_C_INCLUDES += \
    $(JNI_H_INCLUDE) \
+1 −0
Original line number Diff line number Diff line
@@ -27,6 +27,7 @@
#include <androidfw/Asset.h>
#include <androidfw/AssetManager.h>
#include <androidfw/ResourceTypes.h>
#include <android-base/macros.h>

#include "jni.h"
#include "JNIHelp.h"