Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code

Unified Diff: third_party/libadblockplus_android/BUILD.gn

Issue 29670562: Issue 6272 - Can't sync because of changes in android_tools (Closed)
Patch Set: Formatted with respect to eyeo python code style. Tested with flake8 Created Jan. 16, 2018, 8:59 a.m.
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: third_party/libadblockplus_android/BUILD.gn
diff --git a/third_party/libadblockplus_android/BUILD.gn b/third_party/libadblockplus_android/BUILD.gn
index 63e0da6c67a7ee3f96bde4010edf984f14e66ee0..e0ac4c0bef9ad6dbd03f0e02f26833932eba2ef6 100644
--- a/third_party/libadblockplus_android/BUILD.gn
+++ b/third_party/libadblockplus_android/BUILD.gn
@@ -59,7 +59,7 @@ _cwd = rebase_path(".")
_build_dir = "${target_out_dir}/build"
_abs_build_dir = rebase_path("${_build_dir}")
_abs_libadblockplus_dir = rebase_path("//third_party/libadblockplus")
-_abs_sdk_dir = rebase_path("//third_party/android_tools/sdk")
+_abs_sdk_dir = rebase_path("//third_party/libadblockplus_android/third_party/android_sdk")
_libadblockplus_binaries_dir = "${target_out_dir}/libadblockplus-binaries"
_abs_libadblockplus_binaries_dir = rebase_path("${_libadblockplus_binaries_dir}")

Powered by Google App Engine
This is Rietveld