This separates the main() entry point from the functionality we're hoping to test. While here, redo the header guards to be consistent accross the codebae. Bug: 23516947 Change-Id: I61666126bdba0941f14bd0f031caaa30367b864a Test: Compiles
10 lines
171 B
C
10 lines
171 B
C
#ifndef AIDL_AIDL_H_
|
|
#define AIDL_AIDL_H_
|
|
|
|
#include "options.h"
|
|
|
|
int compile_aidl(Options& options);
|
|
int preprocess_aidl(const Options& options);
|
|
|
|
#endif // AIDL_AIDL_H_
|