projects
/
platform
/
core
/
system
/
edge-home-orchestration-service.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
fac9fd3
)
Update pre-build script
43/236643/1
submit/tizen_5.5/20200619.043536
author
Mukunth A
<a.mukunth@samsung.com>
Thu, 18 Jun 2020 08:37:38 +0000
(14:07 +0530)
committer
Mukunth A
<a.mukunth@samsung.com>
Fri, 19 Jun 2020 04:25:10 +0000
(
04:25
+0000)
Change-Id: Ic873e8ae3f15eece23395e56fff1420eae11e8c1
Signed-off-by: Mukunth A <a.mukunth@samsung.com>
(cherry picked from commit
b593a2481ba36cd8919c9885f65960153ea5037a
)
prebuild.sh
patch
|
blob
|
history
diff --git
a/prebuild.sh
b/prebuild.sh
index 9cad16162841330c3cbcbcf96e41960086a33f38..67f66a9a42d901a508f824d5c35af8381f8ad6d0 100755
(executable)
--- a/
prebuild.sh
+++ b/
prebuild.sh
@@
-1,6
+1,7
@@
#! /bin/sh
-if [ "${BUILD_ARCH}" = "i386" ]; then
- cp lib/cert/x86/libsa-cert.so lib/cert
-elif [ "${BUILD_ARCH}" = "armel" ]; then
- cp lib/cert/arm/libsa-cert.so lib/cert
+echo "===== ${BUILD_ARCH} ===="
+if [ "${BUILD_ARCH}" = "armel" ] || [ "${BUILD_ARCH}" = "arm" ]; then
+ cp ${PROJ_PATH}/lib/cert/arm/libsa-cert.so lib/cert
+else
+ cp ${PROJ_PATH}/lib/cert/x86/libsa-cert.so lib/cert
fi