Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

android: fixate api_level to be 29 #918

Merged
merged 2 commits into from
Jun 18, 2020
Merged

android: fixate api_level to be 29 #918

merged 2 commits into from
Jun 18, 2020

Conversation

buildbreaker
Copy link

@buildbreaker buildbreaker commented Jun 18, 2020

Fixing android's api to 29 since it seems like api 30 has some bazel proguard issues which are similar to: bazelbuild/bazel#3777

For an explanation of how to fill out the fields, please see the relevant section
in PULL_REQUESTS.md

Description: android: fixate api_level to be 29
Risk Level: low
Testing: ci
Docs Changes: n/a
Release Notes: n/a
[Optional Fixes #Issue]
[Optional Deprecated:]

Signed-off-by: Alan Chiu <achiu@lyft.com>
Copy link
Member

@junr03 junr03 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks! I knew you’d know what was up! My initial googling was very unfruitful

@@ -37,6 +37,6 @@ envoy_mobile_dependencies()
load("@envoy_mobile//bazel:envoy_mobile_toolchains.bzl", "envoy_mobile_toolchains")
envoy_mobile_toolchains()

android_sdk_repository(name = "androidsdk")
android_sdk_repository(name = "androidsdk", api_level = 29)
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Do you mind leaving an comment about this?

Signed-off-by: Alan Chiu <achiu@lyft.com>
@buildbreaker buildbreaker merged commit 5635daa into master Jun 18, 2020
@buildbreaker buildbreaker deleted the ac/api-29 branch June 18, 2020 03:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants