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

Commit 294bc0f9 authored by Steven Moreland's avatar Steven Moreland
Browse files

cpp: use proper nativehelper headers

libnativehelper exports headers under nativehelper. These were
available before incorrectly as global headers in order to give
access to jni.h.

Test: modules using cpp find headers
Bug: 63762847
Change-Id: Idbaa0c23a9db48b0ef631ff963409e1a6ab023df
parent db542952
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -18,7 +18,7 @@
#ifndef COM_ANDROID_BLUETOOTH_H
#define COM_ANDROID_BLUETOOTH_H

#include "JNIHelp.h"
#include <nativehelper/JNIHelp.h>
#include "android_runtime/AndroidRuntime.h"
#include "android_runtime/Log.h"
#include "hardware/bluetooth.h"