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

Commit c372715b authored by Treehugger Robot's avatar Treehugger Robot Committed by Gerrit Code Review
Browse files

Merge "ActivityManagerService: fix nativehelper includes"

parents d5517c39 5410568e
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -20,8 +20,8 @@
#include <android_runtime/AndroidRuntime.h>
#include <jni.h>

#include <ScopedLocalRef.h>
#include <ScopedPrimitiveArray.h>
#include <nativehelper/ScopedLocalRef.h>
#include <nativehelper/ScopedPrimitiveArray.h>

#include <cutils/log.h>
#include <utils/misc.h>