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

Commit 68668102 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

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

Change-Id: Idadaaa9c98587a43008ed11c5127642bf7c4673d
parents 5396aa0d 0470f03d
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>