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

Unified Diff: build/config/android/config.gni

Issue 294323002: Add generate_jar_jni template (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebase (+fix specified output file) Created 6 years, 6 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
Index: build/config/android/config.gni
diff --git a/build/config/android/config.gni b/build/config/android/config.gni
index f28165beba05c17c9aa11e6ea17136175089f32c..1e3601dbf749e9b0db3f861ba6d7d183b1d21ac9 100644
--- a/build/config/android/config.gni
+++ b/build/config/android/config.gni
@@ -46,8 +46,12 @@ if (is_android) {
# than just the current one) since these are needed by the Android toolchain
# file to define toolchains for all possible targets in one pass.
- # Path to the Android NDK.
+ # Path to the Android NDK and SDK.
android_ndk_root = "//third_party/android_tools/ndk"
+ android_sdk_root = "//third_party/android_tools/sdk"
+
+ # Path to the SDK's android.jar
+ android_sdk_jar = "$android_sdk_root/platforms/android-19/android.jar"
# Subdirectories inside android_ndk_root that contain the sysroot for the
# associated platform.

Powered by Google App Engine
This is Rietveld 408576698