M7350/base/tools/aidl/generate_java.h

15 lines
255 B
C
Raw Normal View History

2024-09-09 08:52:07 +00:00
#ifndef GENERATE_JAVA_H
#define GENERATE_JAVA_H
#include "aidl_language.h"
#include <string>
using namespace std;
int generate_java(const string& filename, const string& originalSrc,
interface_type* iface);
#endif // GENERATE_JAVA_H