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

Unified Diff: base/BUILD.gn

Issue 456493002: Add native libraries to gn apks (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 4 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 | base/android/java/templates/NativeLibraries.template » ('j') | build/android/gyp/copy_ex.py » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: base/BUILD.gn
diff --git a/base/BUILD.gn b/base/BUILD.gn
index 97588b665036c3201dcd12131cad1249ff95ba61..e78494c00c3a3093235e665155896d0ee0fbaf36 100644
--- a/base/BUILD.gn
+++ b/base/BUILD.gn
@@ -1435,12 +1435,7 @@ if (is_android) {
sources = [
"android/java/templates/NativeLibraries.template",
]
- inputs = [
- "android/java/templates/native_libraries_array.h",
- ]
-
package_name = "org/chromium/base/library_loader"
- include_path = "android/java/templates"
}
android_library("base_java_unittest_support") {
« no previous file with comments | « no previous file | base/android/java/templates/NativeLibraries.template » ('j') | build/android/gyp/copy_ex.py » ('J')

Powered by Google App Engine
This is Rietveld 408576698