Home | History | Annotate | Download | only in cmd
      1 #ifndef AAPT2_COMPILE_H
      2 #define AAPT2_COMPILE_H
      3 
      4 #include "androidfw/StringPiece.h"
      5 
      6 #include "Diagnostics.h"
      7 
      8 namespace aapt {
      9 
     10   int Compile(const std::vector<android::StringPiece>& args, IDiagnostics* diagnostics);
     11 
     12 }// namespace aapt
     13 
     14 #endif //AAPT2_COMPILE_H
     15