Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 579ac5bd authored by Mohammed Althaf T's avatar Mohammed Althaf T 😊
Browse files

Browser: add custom variables

parent ecfb4c10
Loading
Loading
Loading
Loading
+5 −1
Original line number Diff line number Diff line
@@ -197,8 +197,12 @@ solutions = [{
    "url": "$chromium_url@$chromium_commit_hash",
    "managed": False,
    "name": "src",
    "deps_file": 'DEPS',
    "custom_deps": {},
    "custom_vars": {}
    "custom_vars": {
        "checkout_android_prebuilts_build_tools": True,
        "checkout_telemetry_dependencies": False,
    }
}]

target_os = ["android"]