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

Commit aff14e70 authored by Alex Ray's avatar Alex Ray
Browse files

libandroid_runtime: android_print needs NELEM def

NELEM is defined many places in the framework, so this gives
android_print_PdfDocument.cpp one of them (JNIHelp.h).  Without this
updating an upstream library (libskia) to remove an NELEM definition
causes this file to break.

Change-Id: Ifd033f9bd92b8902b6035ec5a8381cb9debd87ce
parent 9deaa286
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -24,6 +24,7 @@
#include "SkRect.h"
#include "SkSize.h"
#include "CreateJavaOutputStreamAdaptor.h"
#include "JNIHelp.h"

namespace android {