hikey/hikey960: Update vendor-package to 20220726 release am: b98d75cb39 am: 8386a4c4cc am: 56eecfb102

Original change: https://android-review.googlesource.com/c/device/linaro/hikey/+/2162380

Change-Id: I82a0c366587ad52a760d5e38bc4843613071a10a
Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
diff --git a/device-common.mk b/device-common.mk
index e0df5a4..124e078 100644
--- a/device-common.mk
+++ b/device-common.mk
@@ -28,15 +28,13 @@
   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 1187705..35b3ae4 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