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

Commit 8d9ab860 authored by Sungtak Lee's avatar Sungtak Lee
Browse files

AImageReader: include sys/cdefs.h to the vndk header

Though sys/cdefs.h was included transitively already.
Some android static analysis tool requires the header
to be included explicitely.

include the header explicitely.

Bug: 384737499
Test: build
Change-Id: Ida6822d9baa72250aa6453aaa21ff211bda09d4c
parent 61863f7e
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -17,6 +17,7 @@
#ifndef _VNDK_IMAGE_READER_H
#define _VNDK_IMAGE_READER_H

#include <sys/cdefs.h>
// vndk is a superset of the NDK
#include <media/NdkImageReader.h>