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

@@ -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.