summaryrefslogtreecommitdiff
path: root/ipacm
diff options
context:
space:
mode:
authorqctecmdr <qctecmdr@localhost>2020-08-25 11:07:52 -0700
committerGerrit - the friendly Code Review server <code-review@localhost>2020-08-25 11:07:52 -0700
commit310e275fb2bd07777543b453fffa169a1f78aa81 (patch)
treec13fc25ced9633f4483348470137fd069f3b9dc0 /ipacm
parent330317a31a848a32dd52668907acf6055bd02794 (diff)
parent5c5bd6395fe0b7375f1c8869e7f570e1dc2e5ead (diff)
downloadipacfg-mgr-310e275fb2bd07777543b453fffa169a1f78aa81.tar.gz
Merge "ipacm: using same-process HAL"
Diffstat (limited to 'ipacm')
-rw-r--r--ipacm/src/IPACM_Main.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/ipacm/src/IPACM_Main.cpp b/ipacm/src/IPACM_Main.cpp
index ec5de34..ca75a4a 100644
--- a/ipacm/src/IPACM_Main.cpp
+++ b/ipacm/src/IPACM_Main.cpp
@@ -121,7 +121,7 @@ int ipa_reset_hw_index_counter();
#ifdef FEATURE_IPACM_HAL
IPACM_OffloadManager* OffloadMng;
- HAL *hal;
+ ::android::sp<HAL> hal;
#endif
/* start netlink socket monitor*/