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

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

Change-Id: I190f107be440ccf933a142d9bd2b20111c716a2e
diff --git a/media/libaaudio/include/aaudio/AAudio.h b/media/libaaudio/include/aaudio/AAudio.h
index a47f189..7aaf908 100644
--- a/media/libaaudio/include/aaudio/AAudio.h
+++ b/media/libaaudio/include/aaudio/AAudio.h
@@ -29,6 +29,8 @@
 #ifndef AAUDIO_AAUDIO_H
 #define AAUDIO_AAUDIO_H
 
+#include <stdbool.h>
+#include <stdint.h>
 #include <time.h>
 
 #ifdef __cplusplus