OSDN Git Service

Change ISap version from 1.0 to 1.1
authorAmit Mahajan <amitmahajan@google.com>
Wed, 12 Jul 2017 18:00:22 +0000 (11:00 -0700)
committerAmit Mahajan <amitmahajan@google.com>
Wed, 12 Jul 2017 22:44:37 +0000 (15:44 -0700)
Test: build
Bug: 63598469
Change-Id: Ib64f4eae8cd0157fdef6274f233a5e470da04d54

libril/sap_service.cpp

index 254d000..b9c7e58 100644 (file)
@@ -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[SIM_COUNT];
 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;