Change-Id: Ia18b51d1fc35833de2fd08c5967d5ffd173842b1
Signed-off-by: Utkarsh Tiwari <utk.tiwari@samsung.com>
CURRENT_VERSION="7.5"
#####Check for architecture in case of TV profile##########
-if [ "$ARCH_TYPE" != "arm" ]; then
+if [ "$ARCH_TYPE" != "arm" ]&& [ "$ARCH_TYPE" != "aarch64" ]; then
if [ "$PROFILE_TYPE" == "tv" ] ; then
echo $yellow"$PROFILE_TYPE profile build is supported only for arm architecture"$reset
exit
TC_COUNT=1
IS_COVERAGE=0
- if [ "$ARCH_TYPE" != "arm" ] ; then
+ if [ "$ARCH_TYPE" != "arm" ] && [ "$ARCH_TYPE" != "aarch64" ]; then
if [[ ("$PROFILE_TYPE" == "tv") ]] ; then
echo "$PROFILE_TYPE profile is not buildable and installable for $ARCH_TYPE architecture"
exit 1;
TC_COUNT=1
IS_COVERAGE=1
- if [ "$ARCH_TYPE" != "arm" ] ; then
+ if [ "$ARCH_TYPE" != "arm" ] && [ "$ARCH_TYPE" != "aarch64" ]; then
if [ "$PROFILE_TYPE" == "tv" ] ; then
echo "$PROFILE_TYPE profile is not buildable and coverage installable for $ARCH_TYPE architecture"
exit 1;