"""Fetches the xinput_calibrator alpine package from a google storage bucket""" load("//hack/build/rules/google_storage:gsutil_file.bzl", "gsutil_file") def xinput_calibrator_apk(): """Returns a gsutil_file target for the xinput_calibrator alpine package""" gsutil_file( name = "xinput_calibrator_apk", bucket = "sds-matrix-team-github-artifacts", path = "xinput_calibrator/xinput_calibrator-0.7.5-8294ae7.apk", sha256 = "c34ac91fac716a041a8ddec5bf89747849eefa8c9c81f575488e374a2015f7a0", )