aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xbuild/mainline_modules_sdks.sh4
1 files changed, 4 insertions, 0 deletions
diff --git a/build/mainline_modules_sdks.sh b/build/mainline_modules_sdks.sh
index 766bafcc..35a677ed 100755
--- a/build/mainline_modules_sdks.sh
+++ b/build/mainline_modules_sdks.sh
@@ -56,6 +56,10 @@ function main() {
# provided by the build to ensure consistency across build environments.
export DIST_DIR OUT_DIR
+ # Make sure that the ANDROID_BUILD_TOP (which is the same as the current
+ # directory as checked above) is exported to Python.
+ export ANDROID_BUILD_TOP="${PWD}"
+
# The path to this tool is the .sh script that lives alongside the .py script.
TOOL_PATH="${py3script%.py}.sh"
prebuilts/build-tools/linux-x86/bin/py3-cmd -u "${py3script}" \