Skip to content

Commit bdc2399

Browse files
authored
Move the android_tools root to flutter/third_party. (#845)
I have a follow-up patch I'll need to use on `flutter/engine` moving all references to `flutter/third_party/android_tools`.
1 parent bbaae14 commit bdc2399

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build/config/android/config.gni

+2-2
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
if (is_android) {
88
if (!defined(default_android_sdk_root)) {
9-
default_android_sdk_root = "//third_party/android_tools/sdk"
9+
default_android_sdk_root = "//flutter/third_party/android_tools/sdk"
1010
default_android_sdk_version = "34"
1111
default_android_sdk_build_tools_version = "34.0.0"
1212
}
@@ -53,7 +53,7 @@ if (is_android) {
5353
android_sdk = "${android_sdk_root}/platforms/android-${android_sdk_version}"
5454

5555
# Path to the Android NDK and SDK.
56-
android_ndk_root = "//third_party/android_tools/ndk"
56+
android_ndk_root = "//flutter/third_party/android_tools/ndk"
5757
android_ndk_include_dir = "$android_ndk_root/usr/include"
5858

5959
android_sdk = "${android_sdk_root}/platforms/android-${android_sdk_version}"

0 commit comments

Comments
 (0)