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

Commit 6964046e authored by Steven Moreland's avatar Steven Moreland Committed by Automerger Merge Worker
Browse files

Merge "frameworks/native: Include stdint.h for int32_t type" into main am:...

Merge "frameworks/native: Include stdint.h for int32_t type" into main am: 1a8be4f9 am: d3418085

Original change: https://android-review.googlesource.com/c/platform/frameworks/native/+/3526633



Change-Id: I4bc7559197eadb25b81f44cb625c941a11bf78e0
Signed-off-by: default avatarAutomerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
parents c9555b17 d3418085
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -26,6 +26,7 @@
#ifndef ANDROID_CONFIGURATION_H
#define ANDROID_CONFIGURATION_H

#include <stdint.h>
#include <sys/cdefs.h>

#include <android/asset_manager.h>