Skip to content
This repository has been archived by the owner. It is now read-only.

Fixes Android build #194

Merged
merged 1 commit into from Mar 8, 2019
Merged
Changes from all commits
Commits
File filter...
Filter file types
Jump to…
Jump to file
Failed to load files.

Always

Just for now

Fixes Android build

  • Loading branch information
SergeyZhukovsky committed Mar 8, 2019
commit 58c8a5af1020452af36e5cbc6fe91f15e807dd38
@@ -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 = [ ".." ]
}
ProTip! Use n and p to navigate between commits in a pull request.
You can’t perform that action at this time.