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

Commit 577f148d authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

Merge "SharedMemory cpp: use proper nativehelper headers" into oc-mr1-dev-plus-aosp

parents 46ff95dd e33e0143
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -21,8 +21,8 @@
#include <cutils/ashmem.h>
#include <utils/Log.h>
#include "JNIHelp.h"
#include "JniConstants.h"
#include "ScopedLocalRef.h"
#include <nativehelper/JniConstants.h>
#include <nativehelper/ScopedLocalRef.h>

#include <algorithm>
#include <errno.h>