From db608824e1350e4be9dbb82b8ccffd8dabe85ed6 Mon Sep 17 00:00:00 2001 From: dyamy-lee Date: Wed, 5 Aug 2020 18:07:09 +0900 Subject: [PATCH] add aarch64 for build and remove size_t Change-Id: Ief3208eca4102765a82cb4e0ae5e54e02714cc7b --- fota_gui_common/fota_gui_general.h | 1 - fota_gui_wearable/fota_gui_general.h | 1 - packaging/firmware-update-system-ui.spec | 2 +- recovery_gui_common/recovery_gui_general.h | 1 - rw-update-ani-common/fota_gui_general.h | 1 - 5 files changed, 1 insertion(+), 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; -- 2.34.1