diff options
author | Mukunth A <a.mukunth@samsung.com> | 2020-06-21 18:05:10 +0530 |
---|---|---|
committer | Mukunth A <a.mukunth@samsung.com> | 2020-06-22 05:10:33 +0000 |
commit | 95878f7cbbf27e733c5f35523c724d899e84f464 (patch) | |
tree | 5d0d9b10bfc391452198092a8e7133ab575eab35 | |
parent | 1180254dd98e7ccda8d3f2ed1847a880753b479a (diff) | |
download | edge-home-orchestration-service-tizen_5.5.tar.gz edge-home-orchestration-service-tizen_5.5.tar.bz2 edge-home-orchestration-service-tizen_5.5.zip |
change library pathsubmit/tizen_5.5_wearable_hotfix/20201026.184304submit/tizen_5.5/20200622.060843tizen_5.5_wearable_hotfixtizen_5.5
Change-Id: Ib2baadb4d45bf7ca1d041189fce27d1147475dce
Signed-off-by: Mukunth A <a.mukunth@samsung.com>
(cherry picked from commit df5d4abb1bb1086d6b3f21d336712d052282df54)
-rwxr-xr-x | lib/arm/libsa-cert.so (renamed from lib/cert/arm/libsa-cert.so) | bin | 10064 -> 10064 bytes | |||
-rwxr-xr-x | lib/x86/libsa-cert.so (renamed from lib/cert/x86/libsa-cert.so) | bin | 9092 -> 9092 bytes | |||
-rwxr-xr-x | prebuild.sh | 4 | ||||
-rw-r--r-- | project_def.prop | 2 |
4 files changed, 3 insertions, 3 deletions
diff --git a/lib/cert/arm/libsa-cert.so b/lib/arm/libsa-cert.so Binary files differindex 9c9ef22..9c9ef22 100755 --- a/lib/cert/arm/libsa-cert.so +++ b/lib/arm/libsa-cert.so diff --git a/lib/cert/x86/libsa-cert.so b/lib/x86/libsa-cert.so Binary files differindex df2edc0..df2edc0 100755 --- a/lib/cert/x86/libsa-cert.so +++ b/lib/x86/libsa-cert.so diff --git a/prebuild.sh b/prebuild.sh index 67f66a9..521de73 100755 --- a/prebuild.sh +++ b/prebuild.sh @@ -1,7 +1,7 @@ #! /bin/sh echo "===== ${BUILD_ARCH} ====" if [ "${BUILD_ARCH}" = "armel" ] || [ "${BUILD_ARCH}" = "arm" ]; then - cp ${PROJ_PATH}/lib/cert/arm/libsa-cert.so lib/cert + cp ${PROJ_PATH}/lib/arm/libsa-cert.so ${PROJ_PATH}/lib else - cp ${PROJ_PATH}/lib/cert/x86/libsa-cert.so lib/cert + cp ${PROJ_PATH}/lib/x86/libsa-cert.so ${PROJ_PATH}/lib fi diff --git a/project_def.prop b/project_def.prop index f54f5ff..35b94fd 100644 --- a/project_def.prop +++ b/project_def.prop @@ -42,7 +42,7 @@ USER_CPP_INC_FILES = USER_INC_DIRS = $(USER_C_INC_DIRS) $(USER_CPP_INC_DIRS) # User Library Path -USER_LIB_DIRS = lib/cert +USER_LIB_DIRS = lib # EDC Resource Path USER_EDCS_IMAGE_DIRS = ${OUTPUT_DIR} |