Skip to content
This repository was archived by the owner on Feb 25, 2025. It is now read-only.

Conversation

@utzcoz
Copy link
Contributor

@utzcoz utzcoz commented Nov 4, 2023

buildroot has switched to use 33 as default target sdk version.

Pre-launch Checklist

  • I read the Contributor Guide and followed the process outlined there for submitting PRs.
  • I read the Tree Hygiene wiki page, which explains my responsibilities.
  • I read and followed the Flutter Style Guide and the C++, Objective-C, Java style guides.
  • I listed at least one issue that this PR fixes in the description above.
  • I added new tests to check the change I am making or feature I am adding, or the PR is test-exempt. See testing the engine for instructions on writing and running engine tests.
  • I updated/added relevant documentation (doc comments with ///).
  • I signed the CLA.
  • All existing and new tests are passing.

If you need help, consider asking for advice on the #hackers-new channel on Discord.

@utzcoz
Copy link
Contributor Author

utzcoz commented Nov 4, 2023

Hi @zanderso, could you help to review this PR? Thanks.

buildroot has switched to use 33 as default target sdk version.

Signed-off-by: utzcoz <utzcoz@outlook.com>
@reidbaker reidbaker added the autosubmit Merge PR when tree becomes green via auto submit App label Nov 6, 2023
@auto-submit
Copy link
Contributor

auto-submit bot commented Nov 6, 2023

auto label is removed for flutter/engine/47683, due to This PR has not met approval requirements for merging. You are not a member of flutter-hackers and need 1 more review(s) in order to merge this PR.

  • Merge guidelines: You need at least one approved review if you are already part of flutter-hackers or two member reviews if you are not a flutter-hacker before re-applying the autosubmit label. Reviewers: If you left a comment approving, please use the "approve" review action instead.

@auto-submit auto-submit bot removed the autosubmit Merge PR when tree becomes green via auto submit App label Nov 6, 2023
@utzcoz
Copy link
Contributor Author

utzcoz commented Nov 8, 2023

Hi @reidbaker @camsim99 , could you help to review again? Looks like the CI needs two people's approvals. Thanks.

@zanderso zanderso added the autosubmit Merge PR when tree becomes green via auto submit App label Nov 8, 2023
@auto-submit auto-submit bot merged commit 6dbcf8f into flutter:main Nov 8, 2023
engine-flutter-autoroll added a commit to engine-flutter-autoroll/flutter that referenced this pull request Nov 8, 2023
auto-submit bot pushed a commit to flutter/flutter that referenced this pull request Nov 8, 2023
…138100)

flutter/engine@b0310da...6dbcf8f

2023-11-08 43091780+utzcoz@users.noreply.github.com Use targetSdkVersion 33 for Android platform AndroidManifest.xml (flutter/engine#47683)
2023-11-08 flar@google.com [Impeller] Add EXPECT_OBJ_NEAR macros similar to the ASSERT_OBJ_NEAR versions (flutter/engine#47795)

If this roll has caused a breakage, revert this CL and stop the roller
using the controls here:
https://autoroll.skia.org/r/flutter-engine-flutter-autoroll
Please CC bdero@google.com,rmistry@google.com,zra@google.com on the revert to ensure that a human
is aware of the problem.

To file a bug in Flutter: https://github.com/flutter/flutter/issues/new/choose

To report a problem with the AutoRoller itself, please file a bug:
https://issues.skia.org/issues/new?component=1389291&template=1850622

Documentation for the AutoRoller is here:
https://skia.googlesource.com/buildbot/+doc/main/autoroll/README.md
@utzcoz utzcoz deleted the platform-android-manifest-uses-sdk-33 branch November 9, 2023 00:54
auto-submit bot pushed a commit that referenced this pull request Nov 9, 2023
The difference between this PR and the original is the change to the `AndroidManifest.xml`. For context, right before the original PR landed, [a change to upgrade the target sdk](#47683) in the manifest from 31 to 33 landed. It also removed the lint complaining about using an old target sdk version from the baseline lint file. So this change upgrading the sdk, but not the target sdk in the manifest, triggered the lint again.

For the rest of the PR, [see the description of the original PR](#47609).

[C++, Objective-C, Java style guides]: https://github.com/flutter/engine/blob/main/CONTRIBUTING.md#style
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

autosubmit Merge PR when tree becomes green via auto submit App platform-android

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants