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

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: Rebase 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') | no next file with comments »
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 0f83b3220601f8aa4ae715d1bf757c1eb26c2d53..eda21cade7d2980534a39184e91c8c7642251a6e 100644
--- a/base/BUILD.gn
+++ b/base/BUILD.gn
@@ -1439,12 +1439,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') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698