blob: d95cf1c22732781e4847b70ce089af9968682dfb [file] [log] [blame]
yd6b83292018-04-11 09:54:56 -07001#ifndef AAPT2_COMPILE_H
2#define AAPT2_COMPILE_H
3
4#include "androidfw/StringPiece.h"
5
6#include "Diagnostics.h"
7
8namespace aapt {
9
10 int Compile(const std::vector<android::StringPiece>& args, IDiagnostics* diagnostics);
11
12}// namespace aapt
13
14#endif //AAPT2_COMPILE_H