Skip to content
This repository has been archived by the owner on May 12, 2020. It is now read-only.

Commit

Permalink
Fixes Android build
Browse files Browse the repository at this point in the history
  • Loading branch information
SergeyZhukovsky committed Mar 8, 2019
1 parent 84f5b7e commit 58c8a5a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions brave/BUILD.gn
@@ -1,10 +1,10 @@
if (is_android) {
import("//build/config/android/rules.gni")
dep_base = rebase_path("./", "//")
} else {
dep_base = rebase_path("../..", "//")
}

dep_base = rebase_path("../..", "//")

config("internal_config") {
include_dirs = [ ".." ]
}
Expand Down

0 comments on commit 58c8a5a

Please sign in to comment.