#define LOG_TAG "android.hardware.boot@1.0-service" #include #include using ::android::hardware::boot::V1_0::IBootControl; using android::hardware::defaultPassthroughServiceImplementation; int main (int /* argc */, char * /* argv */ []) { return defaultPassthroughServiceImplementation("bootctrl"); }