Merge "Fix framworks/base compiling against musl" am: 2cba49ac56 am: d5b3d74850 am: 1559860d81

Original change: https://android-review.googlesource.com/c/platform/frameworks/base/+/1828072

Change-Id: Icb4985cf11bb17fd4a66d56f3c0c66c45f1137ee
This commit is contained in:
Colin Cross
2021-09-17 02:30:01 +00:00
committed by Automerger Merge Worker
3 changed files with 4 additions and 0 deletions

View File

@@ -17,6 +17,7 @@
#include "print.h"
#include <sys/ioctl.h>
#include <stdarg.h>
#include <stdio.h>
#include <unistd.h>

View File

@@ -17,6 +17,8 @@
#ifndef UTIL_H
#define UTIL_H
#include <sys/types.h>
#include <map>
#include <string>
#include <vector>

View File

@@ -1,5 +1,6 @@
#include "Errors.h"
#include <stdarg.h>
#include <stdlib.h>
namespace android {