sdm710-common: update script to reflect vendor dir separations
Now vendor/xiaomi is no longer a repo and vendor/xiaomi/sdm845-common has been separated from it. Signed-off-by: Chenyang Zhong <zhongcy95@gmail.com> Signed-off-by: snnbyyds <snnbyyds@gmail.com>
This commit is contained in:
parent
b4e8d2162f
commit
39a599c948
1 changed files with 2 additions and 2 deletions
4
generate_sha1_from_commit.sh
Executable file → Normal file
4
generate_sha1_from_commit.sh
Executable file → Normal file
|
@ -28,9 +28,9 @@ MY_DIR="${PWD}"
|
|||
|
||||
VENDOR_DIR="${MY_DIR}"/../../../vendor/lenovo
|
||||
DEVICE=sdm710-common
|
||||
DIR_PREFIX="sdm710-common/proprietary/"
|
||||
DIR_PREFIX="proprietary/"
|
||||
|
||||
cd "${VENDOR_DIR}"
|
||||
cd "${VENDOR_DIR}/${DEVICE}"
|
||||
|
||||
# get commit id from input
|
||||
if [ "${#}" -eq 1 ];
|
||||
|
|
Loading…
Reference in a new issue