support 64

Signed-off-by: wuqi0105 <wuqi85@huawei.com>
This commit is contained in:
wuqi0105
2022-04-26 19:21:43 +08:00
parent 4b565b102f
commit 8f2cbfdf48
@@ -20,11 +20,13 @@
#include "dm_log.h"
#include "json_config.h"
#include "nlohmann/json.hpp"
namespace {
#ifdef __LP64__
const std::string LIB_LOAD_PATH = "/system/lib64/";
#else
const std::string LIB_LOAD_PATH = "/system/lib/";
#endif
}
namespace OHOS {
namespace DistributedHardware {
void from_json(const nlohmann::json &jsonObject, AdapterSoLoadInfo &soLoadInfo)