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

Commit cdceadbd authored by Elliott Hughes's avatar Elliott Hughes Committed by Automerger Merge Worker
Browse files

Merge "Include <stdbool.h> in NDK headers that use bool." into rvc-dev-plus-aosp am: 456513b7

Original change: https://googleplex-android-review.googlesource.com/c/platform/frameworks/av/+/11851227

Change-Id: Icdcae41e5c6bc8e9f44081e6a1dfecd1db69eea4
parents 87f51b3d 456513b7
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -29,6 +29,8 @@
#ifndef AAUDIO_AAUDIO_H
#define AAUDIO_AAUDIO_H

#include <stdbool.h>
#include <stdint.h>
#include <time.h>

#ifdef __cplusplus