1{ 2 config, 3}: 4 5# Accept the license in the test suite. 6config.android_sdk.accept_license or ( 7 builtins.getEnv "NIXPKGS_ACCEPT_ANDROID_SDK_LICENSE" == "1" 8 || builtins.getEnv "UPDATE_NIX_ATTR_PATH" == "androidenv.test-suite" 9)