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

Commit e64565e0 authored by Andreas Gampe's avatar Andreas Gampe Committed by Android (Google) Code Review
Browse files

Merge "Frameworks/base: Mask pdfium warning" into lmp-mr1-dev-plus-aosp

parents bbac83fc f4e341d9
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -16,11 +16,16 @@

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

#pragma GCC diagnostic push
#pragma GCC diagnostic ignored "-Wdelete-non-virtual-dtor"
#include "fpdfview.h"
#include "fpdfedit.h"
#include "fpdfsave.h"
#include "fsdk_rendercontext.h"
#include "fpdf_transformpage.h"
#pragma GCC diagnostic pop

#include "SkMatrix.h"

#include <android_runtime/AndroidRuntime.h>