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

Commit edba8376 authored by Steven Moreland's avatar Steven Moreland Committed by android-build-merger
Browse files

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

am: 577f148d

Change-Id: Ia273a84ce247bdd8d9396b44cdda02e4ff6bf573
parents ac6a8626 577f148d
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>