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. |