Skip to content

Commit

Permalink
Unify gradle paths
Browse files Browse the repository at this point in the history
Change-Id: Ia34dda84ff18817ecd019fb06c324af246d1d3a1
  • Loading branch information
oxve committed Jun 20, 2024
1 parent b53dae2 commit d9d046b
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions starboard/android/shared/install_target.gni
Original file line number Diff line number Diff line change
Expand Up @@ -67,8 +67,7 @@ template("install_target") {
cobalt_gradle_dir = rebase_path(gradle_files_dir)
cobalt_product_dir = rebase_path(root_out_dir)
cobalt_library_dir = rebase_path(root_out_dir)
project_cache_dir =
rebase_path("$root_build_dir/gradle/$installable_target_name/cache")
project_cache_dir = rebase_path("$gradle_files_dir/cache")
use_parallel_build = num_gradle_workers != "1"

script = "//starboard/build/run_bash.py"
Expand Down

0 comments on commit d9d046b

Please sign in to comment.