diff options
author | dyamy-lee <dyamy.lee@samsung.com> | 2020-08-05 18:07:09 +0900 |
---|---|---|
committer | dyamy-lee <dyamy.lee@samsung.com> | 2020-08-05 18:07:09 +0900 |
commit | db608824e1350e4be9dbb82b8ccffd8dabe85ed6 (patch) | |
tree | 46d0ba41b44476624f8705deb627c3b59f95aa3c | |
parent | 700cff28a4b551a484fa679e68be35db9d2b2067 (diff) | |
download | firmware-update-system-ui-db608824e1350e4be9dbb82b8ccffd8dabe85ed6.tar.gz firmware-update-system-ui-db608824e1350e4be9dbb82b8ccffd8dabe85ed6.tar.bz2 firmware-update-system-ui-db608824e1350e4be9dbb82b8ccffd8dabe85ed6.zip |
add aarch64 for build and remove size_tsubmit/tizen/20200805.091537accepted/tizen/unified/20200805.093218
Change-Id: Ief3208eca4102765a82cb4e0ae5e54e02714cc7b
-rw-r--r-- | fota_gui_common/fota_gui_general.h | 1 | ||||
-rw-r--r-- | fota_gui_wearable/fota_gui_general.h | 1 | ||||
-rw-r--r-- | packaging/firmware-update-system-ui.spec | 2 | ||||
-rw-r--r-- | recovery_gui_common/recovery_gui_general.h | 1 | ||||
-rw-r--r-- | rw-update-ani-common/fota_gui_general.h | 1 |
5 files changed, 1 insertions, 5 deletions
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; |