diff options
Diffstat (limited to 'init-distro-rid.sh')
-rwxr-xr-x | init-distro-rid.sh | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/init-distro-rid.sh b/init-distro-rid.sh index 49d8981c4f..5c639b901f 100755 --- a/init-distro-rid.sh +++ b/init-distro-rid.sh @@ -139,12 +139,6 @@ initDistroRidGlobal() fi fi - if [ "$buildArch" = "armel" ]; then - # Armel cross build is Tizen specific and does not support Portable RID build - export __PortableBuild=0 - isPortable=0 - fi - initNonPortableDistroRid ${buildOs} ${buildArch} ${isPortable} ${rootfsDir} if [ -z "${__DistroRid}" ]; then @@ -185,4 +179,4 @@ initDistroRidGlobal() export __RuntimeId=${__DistroRid} fi -}
\ No newline at end of file +} |