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

Commit c1ebe5bc 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." am: 0470f03d am:...

Merge "Include <stdbool.h> in NDK headers that use bool." am: 0470f03d am: 68668102 am: 27a9d4e5 am: 301d870d

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

Change-Id: I4fbf228c3a8e0a779879e152fa70f0f751f9b4f8
parents 4ac66232 301d870d
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -36,6 +36,7 @@
#ifndef _NDK_CAMERA_METADATA_H
#define _NDK_CAMERA_METADATA_H

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

+1 −0
Original line number Diff line number Diff line
@@ -36,6 +36,7 @@
#ifndef _NDK_MEDIA_EXTRACTOR_H
#define _NDK_MEDIA_EXTRACTOR_H

#include <stdbool.h>
#include <sys/cdefs.h>
#include <sys/types.h>

+1 −0
Original line number Diff line number Diff line
@@ -36,6 +36,7 @@
#ifndef _NDK_MEDIA_FORMAT_H
#define _NDK_MEDIA_FORMAT_H

#include <stdbool.h>
#include <sys/cdefs.h>
#include <sys/types.h>