Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for ANDROID_USER_HOME (0.05 sec)

  1. build-logic/jvm/src/main/kotlin/gradlebuild/propagated-env-variables.kt

        "SystemRoot",
        "OS",
    
        // For Android tests
        "ANDROID_HOME",
        "ANDROID_SDK_ROOT",
        // legacy and new android user home
        "ANDROID_USER_HOME",
        "ANDROID_PREFS_ROOT",
    
        // Used by Visual Studio
        "USERNAME",
        "USER",
        "USERDOMAIN",
        "USERPROFILE",
        "LOCALAPPDATA",
    
        // Used by Gradle test infrastructure
    Registered: Wed Dec 31 11:36:14 UTC 2025
    - Last Modified: Wed Oct 15 18:27:39 UTC 2025
    - 3.4K bytes
    - Viewed (0)
  2. build-logic/jvm/src/main/kotlin/gradlebuild.unittest-and-compile.gradle.kts

        val androidUserHomeForTest = project.layout.buildDirectory.dir("androidUserHomeForTest/$name").get().asFile.absolutePath
        environment["ANDROID_PREFS_ROOT"] = androidUserHomeForTest
        environment["ANDROID_USER_HOME"] = androidUserHomeForTest
    }
    
    /**
     * Reduces a map of boolean flags to a single property by applying the given combiner function
     * to the corresponding values of the properties that are true.
     *
    Registered: Wed Dec 31 11:36:14 UTC 2025
    - Last Modified: Fri Dec 19 06:44:41 UTC 2025
    - 18.9K bytes
    - Viewed (0)
Back to top