summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAmit Pundir <amit.pundir@linaro.org>2022-07-26 15:01:04 +0530
committerAmit Pundir <amit.pundir@linaro.org>2022-07-26 15:16:13 +0530
commitb98d75cb39f3a6891adfccc09478854365181b87 (patch)
treecbc7e984e1f07160dc69ca8521191d19a170e6f4
parent7dc4b7a4afa8f284ddd1b2fb15cfe1cb95f2269b (diff)
downloadhikey-b98d75cb39f3a6891adfccc09478854365181b87.tar.gz
hikey/hikey960: Update vendor-package to 20220726 release
The 20220726 release fixes the recent AOSP build failures due to usage of deprecated "notice:" property in the vendor-package Android.bp files. vendor-package binary: https://releases.linaro.org/android/aosp-linaro-vendor-package/extract-linaro_devices-20220726.tgz vendor-package source: https://gitlab.com/Linaro/linaro-aosp/linaro-vendor-package/-/commits/master/ Signed-off-by: Amit Pundir <amit.pundir@linaro.org> Change-Id: I6d07eb42dcba90c8f0751dd9f054719085b4aa71
-rw-r--r--device-common.mk10
-rwxr-xr-xvendor-package-ver.sh7
2 files changed, 8 insertions, 9 deletions
diff --git a/device-common.mk b/device-common.mk
index 3833ca16..989ce7b7 100644
--- a/device-common.mk
+++ b/device-common.mk
@@ -28,15 +28,13 @@ ifneq (,$(wildcard $(LINARO_VENDOR_PATH)/hikey960/$(EXPECTED_LINARO_VENDOR_VERSI
include $(LINARO_VENDOR_PATH)/hikey960/$(EXPECTED_LINARO_VENDOR_VERSION)/version.mk
ifneq ($(TARGET_LINARO_VENDOR_VERSION), $(EXPECTED_LINARO_VENDOR_VERSION))
$(warning TARGET_LINARO_VENDOR_VERSION ($(TARGET_LINARO_VENDOR_VERSION)) does not match exiting the build ($(EXPECTED_LINARO_VENDOR_VERSION)).)
- $(warning Please download new binaries here:)
- $(warning $(VND_PKG_URL) )
- $(warning And extract in the ANDROID_TOP_DIR)
+ $(warning Please download and extract the new binaries by running the following script:)
+ $(warning ./device/linaro/hikey/fetch-vendor-package.sh )
endif
else
$(warning Missing Linaro Vendor Package!)
- $(warning Please download new binaries here:)
- $(warning $(VND_PKG_URL) )
- $(warning And extract in the ANDROID_TOP_DIR)
+ $(warning Please download and extract the vendor binaries by running the following script:)
+ $(warning ./device/linaro/hikey/fetch-vendor-package.sh )
endif
$(warning EXPECTED_LINARO_VENDOR_VERSION=$(EXPECTED_LINARO_VENDOR_VERSION))
diff --git a/vendor-package-ver.sh b/vendor-package-ver.sh
index 11877051..35b3ae49 100755
--- a/vendor-package-ver.sh
+++ b/vendor-package-ver.sh
@@ -1,8 +1,9 @@
#!/bin/bash
-export EXPECTED_LINARO_VENDOR_VERSION=20220629
-export EXPECTED_LINARO_VENDOR_SHA=344c60c78b36b991e966cec79534ca4a41224b792619296575d2f05c6cd4f2987bd6614fa1f093256ae69f430674ae36483839458cf8002b6c8eff08da721de4
-export VND_PKG_URL=https://releases.linaro.org/android/aosp-linaro-vendor-package/extract-linaro_devices-20220629.tgz
+export EXPECTED_LINARO_VENDOR_VERSION=20220726
+#make sure to use sha512sum here
+export EXPECTED_LINARO_VENDOR_SHA=62ff5d98eb9ab568aff035857379fa1cc2dbd69e5cdb13124e577ac1abd70ff21013c19956b5ae9834e1f5dbed672f52663c22d404c060c2cb7fff8aa85067f1
+export VND_PKG_URL=https://releases.linaro.org/android/aosp-linaro-vendor-package/extract-linaro_devices-20220726.tgz
if [ "$1" = "url" ]; then
echo $VND_PKG_URL