From a248ec3e554212e0c40930f89a9b066f20525a11 Mon Sep 17 00:00:00 2001 From: Thiago Foganholi Date: Mon, 12 Oct 2020 09:56:40 -0300 Subject: [PATCH] Remove armhf from firmware-samsung-i9305 (MR 1631) As the device samsung-i9305 was updated to armv7, there is no need to keep the armhf architecture on the firmware package anymore. --- device/testing/firmware-samsung-i9305/APKBUILD | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/device/testing/firmware-samsung-i9305/APKBUILD b/device/testing/firmware-samsung-i9305/APKBUILD index f18b84ca4..98f2734fa 100644 --- a/device/testing/firmware-samsung-i9305/APKBUILD +++ b/device/testing/firmware-samsung-i9305/APKBUILD @@ -4,7 +4,7 @@ pkgrel=3 _commit="d5a8735a6ad1fff3091f100383ac004f411d7528" pkgdesc="Samsung Galaxy SIII LTE Firmware" url="https://github.com/Androguide/android_vendor_samsung" -arch="armhf armv7" +arch="armv7" license="proprietary" source="$pkgname-$_commit.tar.gz::https://github.com/Androguide/android_vendor_samsung/archive/$_commit.tar.gz" options="!check !strip !archcheck !spdx"