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

Commit 27a9d4e5 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: 68668102

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

Change-Id: I72210a30844e53629373dfc8db0235d3305fcc74
parents 5999b531 68668102
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>