Daco Harkes 0ecf21bb19 [deps] Stop moving NDK folder inside Android SDK (flutter/engine#47454)
One step in the direction of addressing

* https://github.com/flutter/flutter/issues/136666

I can't actually upload the packages: ` Instance registration failed: "user:dacoharkes@google.com" has no required WRITER role in prefix`. I have verified locally that the directory structure is as expected by preventing the tmp folder from being deleted and browsing inside it.

Old structure:

* `sdk/`
* `ndk/`

New structure

* `sdk/ndk/22.xxxx/`

This PR does not yet update any of the DEPS anywhere yet, so we will need to do that after uploading new packages.

Edit: new CIPD packages uploaded with: `~/flt/engine/src/flutter/tools/android_sdk$ ./create_cipd_packages.sh 33v6transitional2` (The script does now allow underscores in the tag.)

[C++, Objective-C, Java style guides]: https://github.com/flutter/engine/blob/main/CONTRIBUTING.md#style
2023-10-30 19:07:05 +00:00
..