mirror of
https://github.com/flutter/flutter.git
synced 2026-02-20 02:29:02 +08:00
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