commit | ec93d196693cf71563d0638f11d91f7516536236 | [log] [tgz] |
---|---|---|
author | Alexander Martinz <amartinz@shiftphones.com> | Thu Dec 05 13:01:00 2024 +0100 |
committer | Alexander Martinz <amartinz@shiftphones.com> | Thu Dec 05 13:01:26 2024 +0100 |
tree | 7b10f689896a63221dcc544e40449fe76e7b7eec | |
parent | 860ed9566bbca1b1972d9dc23b13e90aadf75e9b [diff] |
(SHIFT) envsetup: call check_product to satisfy lineage build system Change-Id: Ic8833ab98f9ea2e701ced4cc800e1f5e5405073f Signed-off-by: Alexander Martinz <amartinz@shiftphones.com>
diff --git a/envsetup.sh b/envsetup.sh index 7871417..afe41d5 100644 --- a/envsetup.sh +++ b/envsetup.sh
@@ -495,6 +495,9 @@ return 1 fi + # Populate LINEAGE_BUILD + check_product $product $release + _lunch_meat $product $release $variant }