android_vendor_aospa/vendorsetup.sh

9 lines
266 B
Bash

# Shebang is intentionally missing - do not run as a script
# Override host metadata to make builds more reproducible and avoid leaking info
export BUILD_USERNAME=nobody
export BUILD_HOSTNAME=android-build
# Build with ThinLTO Cache
export USE_THINLTO_CACHE=true