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

Commit e8f804c3 authored by Peng Xu's avatar Peng Xu Committed by android-build-merger
Browse files

Merge "Fix docs build by adding include <endian.h>" into nyc-dev

am: a9698674

* commit 'a9698674':
  Fix docs build by adding include <endian.h>

Change-Id: I37989627fd2cde69cb3b4bec8f218bb0e0431a03
parents e96bf3cc a9698674
Loading
Loading
Loading
Loading
+10 −13
Original line number Diff line number Diff line
@@ -13,28 +13,25 @@
 * See the License for the specific language governing permissions and
 * limitations under the License.
 */

#define LOG_TAG "SensorManager"

#include <map>
#include "JNIHelp.h"
#include "android_os_MessageQueue.h"
#include "core_jni_helpers.h"
#include "jni.h"

#include <ScopedUtfChars.h>
#include <ScopedLocalRef.h>

#include <android_runtime/AndroidRuntime.h>
#include <gui/Sensor.h>
#include <gui/SensorEventQueue.h>
#include <gui/SensorManager.h>
#include <utils/Log.h>
#include <utils/Looper.h>
#include <utils/Vector.h>

#include <gui/Sensor.h>
#include <gui/SensorManager.h>
#include <gui/SensorEventQueue.h>

#include "jni.h"
#include "JNIHelp.h"
#include "android_os_MessageQueue.h"
#include <android_runtime/AndroidRuntime.h>

#include "core_jni_helpers.h"
#include <endian.h>   // htobe64
#include <map>

namespace {