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

Commit 1a3c96b8 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...

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

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

Change-Id: Ifa4b8ebef7a72e54da815099ec14c4976e31f47f
parents 053af400 5e3479c2
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