commit | 18ab35d0b7ad907626aa38285f107f1c2957c689 | [log] [tgz] |
---|---|---|
author | LuK1337 <priv.luk@gmail.com> | Mon Mar 11 11:28:46 2024 +0100 |
committer | micky387 <mickaelsaibi@free.fr> | Tue Sep 24 16:59:38 2024 -0400 |
tree | e4b18f2cdbe16c7ebd46d7f52cdf0804207479d3 | |
parent | 0dd2bfd2bf9dc14daed6df4a126c01cee7e81388 [diff] [blame] |
envsetup: Pass valid TARGET_RELEASE to check_product Change-Id: I709248c0d362cffdac57d9893b7dfb4d2329204c
diff --git a/envsetup.sh b/envsetup.sh index 5b37af9..411da75 100644 --- a/envsetup.sh +++ b/envsetup.sh
@@ -515,7 +515,7 @@ pushd $T > /dev/null vendor/omni/build/tools/roomservice.py $product popd > /dev/null - check_product $product + check_product $product $release else T=$(gettop) pushd $T > /dev/null