aosp-merger: Adapt for LineageOS vars usage

Change-Id: Id63a7377ed68ee7d7743af31747eade2d785369e
This commit is contained in:
Michael Bestas
2022-01-13 18:04:19 +02:00
committed by Chirayu Desai
parent adcf6fca04
commit b92af37df1
7 changed files with 17 additions and 17 deletions

View File

@@ -28,7 +28,7 @@ fi
### CONSTANTS ###
readonly script_path="$(cd "$(dirname "$0")";pwd -P)"
readonly vars_path="${script_path}/../vars"
readonly vars_path="${script_path}/../../../vendor/lineage/vars"
source "${vars_path}/common"