summaryrefslogtreecommitdiff
path: root/boot/1.1/default/service.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'boot/1.1/default/service.cpp')
-rw-r--r--boot/1.1/default/service.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/boot/1.1/default/service.cpp b/boot/1.1/default/service.cpp
index b24b46456a..93eaedab8d 100644
--- a/boot/1.1/default/service.cpp
+++ b/boot/1.1/default/service.cpp
@@ -15,11 +15,11 @@
*/
#define LOG_TAG "android.hardware.boot@1.1-service"
-#include <android/hardware/boot/1.1/IBootControl.h>
+#include <android/hardware/boot/1.0/IBootControl.h>
#include <hidl/LegacySupport.h>
using android::hardware::defaultPassthroughServiceImplementation;
-using ::android::hardware::boot::V1_1::IBootControl;
+using ::android::hardware::boot::V1_0::IBootControl;
int main(int /* argc */, char* /* argv */[]) {
return defaultPassthroughServiceImplementation<IBootControl>();