Change ISap version from 1.0 to 1.1
Test: build
Bug: 63598469
Change-Id: Ib64f4eae8cd0157fdef6274f233a5e470da04d54
diff --git a/libril/sap_service.cpp b/libril/sap_service.cpp
index 254d000..b9c7e58 100644
--- a/libril/sap_service.cpp
+++ b/libril/sap_service.cpp
@@ -16,7 +16,7 @@
#define LOG_TAG "RIL_SAP"
-#include <android/hardware/radio/1.0/ISap.h>
+#include <android/hardware/radio/1.1/ISap.h>
#include <hwbinder/IPCThreadState.h>
#include <hwbinder/ProcessState.h>
@@ -42,7 +42,7 @@
sp<SapImpl> sapService[1];
#endif
-struct SapImpl : public ISap {
+struct SapImpl : public android::hardware::radio::V1_1::ISap {
int32_t slotId;
sp<ISapCallback> sapCallback;
RIL_SOCKET_ID rilSocketId;