pixel: Fix build-desc-fingerprint.sh not commiting raviole changes

Change-Id: I58dd7978e2f243d9295fcb085f8ae49629a38157
This commit is contained in:
Michael Bestas
2022-08-26 22:46:25 +03:00
parent 04d40847f0
commit 084d8165a7

View File

@@ -74,7 +74,8 @@ main() {
(
local dv="${vars_path}/${d}"
source "${dv}"
cd "${top}/device/google/${d}"
local dir="$(ls ${top}/device/google/*/lineage_${d}.mk | sed s#/lineage_${d}.mk##)"
cd "${dir}"
if [[ -n "$(git status --porcelain)" ]]; then
git commit -a -m "Update fingerprint/build description from ${build_id}"
fi