mirror of
https://gitee.com/openharmony/communication_wifi.git
synced 2024-12-20 05:39:04 +00:00
!1474 wifi_hal_service适配x86模拟器镜像
Merge pull request !1474 from 余海天/master
This commit is contained in:
commit
58024847ca
@ -92,7 +92,7 @@ static void *WpaThreadMain(void *p)
|
||||
#ifdef OHOS_ARCH_LITE
|
||||
void *handleLibWpa = dlopen("libwpa.so", RTLD_NOW | RTLD_LOCAL);
|
||||
#else
|
||||
#ifdef __aarch64__
|
||||
#if defined(__aarch64__) || defined(__x86_64__)
|
||||
void *handleLibWpa = dlopen("/system/lib64/libwpa.z.so", RTLD_NOW | RTLD_LOCAL | RTLD_NODELETE);
|
||||
#else
|
||||
void *handleLibWpa = dlopen("/system/lib/libwpa.z.so", RTLD_NOW | RTLD_LOCAL | RTLD_NODELETE);
|
||||
|
Loading…
Reference in New Issue
Block a user