From: dyamy-lee Date: Wed, 5 Aug 2020 09:07:09 +0000 (+0900) Subject: add aarch64 for build and remove size_t X-Git-Tag: submit/tizen/20200805.091537^0 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=db608824e1350e4be9dbb82b8ccffd8dabe85ed6;p=profile%2Fcommon%2Fapps%2Fnative%2Ffirmware-update-system-ui.git add aarch64 for build and remove size_t Change-Id: Ief3208eca4102765a82cb4e0ae5e54e02714cc7b --- diff --git a/fota_gui_common/fota_gui_general.h b/fota_gui_common/fota_gui_general.h index aa84309..1677832 100644 --- a/fota_gui_common/fota_gui_general.h +++ b/fota_gui_common/fota_gui_general.h @@ -31,7 +31,6 @@ typedef unsigned short u16; typedef signed int s32; typedef unsigned int u32; -typedef u32 size_t; typedef signed long sl32; typedef unsigned long ul32; diff --git a/fota_gui_wearable/fota_gui_general.h b/fota_gui_wearable/fota_gui_general.h index aa84309..1677832 100644 --- a/fota_gui_wearable/fota_gui_general.h +++ b/fota_gui_wearable/fota_gui_general.h @@ -31,7 +31,6 @@ typedef unsigned short u16; typedef signed int s32; typedef unsigned int u32; -typedef u32 size_t; typedef signed long sl32; typedef unsigned long ul32; diff --git a/packaging/firmware-update-system-ui.spec b/packaging/firmware-update-system-ui.spec index 28a709d..aeff676 100644 --- a/packaging/firmware-update-system-ui.spec +++ b/packaging/firmware-update-system-ui.spec @@ -1,6 +1,6 @@ Name: firmware-update-system-ui Summary: firmware-update-system-ui -ExclusiveArch: %{arm} +ExclusiveArch: %{arm} aarch64 Version: 1.2.7 Release: 0 Group: System diff --git a/recovery_gui_common/recovery_gui_general.h b/recovery_gui_common/recovery_gui_general.h index 2dfb74d..84005a1 100644 --- a/recovery_gui_common/recovery_gui_general.h +++ b/recovery_gui_common/recovery_gui_general.h @@ -31,7 +31,6 @@ typedef unsigned short u16; typedef signed int s32; typedef unsigned int u32; -typedef u32 size_t; typedef signed long sl32; typedef unsigned long ul32; diff --git a/rw-update-ani-common/fota_gui_general.h b/rw-update-ani-common/fota_gui_general.h index aa84309..1677832 100644 --- a/rw-update-ani-common/fota_gui_general.h +++ b/rw-update-ani-common/fota_gui_general.h @@ -31,7 +31,6 @@ typedef unsigned short u16; typedef signed int s32; typedef unsigned int u32; -typedef u32 size_t; typedef signed long sl32; typedef unsigned long ul32;