Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(3046)

Unified Diff: build/android/BUILD.gn

Issue 1865853002: Add android_libcpp_lib_dir gn arg (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: use a single variable Created 4 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | build/config/android/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: build/android/BUILD.gn
diff --git a/build/android/BUILD.gn b/build/android/BUILD.gn
index af819ed3ce62c8e4cb3482e4f6b787177e8687e5..954524385f0615ce7e7ffa44da7c3cdb135e391b 100644
--- a/build/android/BUILD.gn
+++ b/build/android/BUILD.gn
@@ -44,7 +44,7 @@ generate_interface_jar("android_ijar") {
copy("cpplib_unstripped") {
_soname = "libc++_shared.so"
sources = [
- "${android_libcpp_root}/libs/${android_app_abi}/${_soname}",
+ "${android_libcpp_lib_dir}/${_soname}",
]
outputs = [
"${root_out_dir}/lib.unstripped/${_soname}",
« no previous file with comments | « no previous file | build/config/android/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698