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

Commit 71ee16e5 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: I4c21692547f5c50848f181c0e0cb492dbdface8c
parents 2501220e 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 {