pixel: Fix build-desc-fingerprint.sh not commiting raviole changes
Change-Id: I58dd7978e2f243d9295fcb085f8ae49629a38157
This commit is contained in:
@@ -74,7 +74,8 @@ main() {
|
|||||||
(
|
(
|
||||||
local dv="${vars_path}/${d}"
|
local dv="${vars_path}/${d}"
|
||||||
source "${dv}"
|
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
|
if [[ -n "$(git status --porcelain)" ]]; then
|
||||||
git commit -a -m "Update fingerprint/build description from ${build_id}"
|
git commit -a -m "Update fingerprint/build description from ${build_id}"
|
||||||
fi
|
fi
|
||||||
|
|||||||
Reference in New Issue
Block a user