Skip to content
This repository has been archived by the owner on Oct 18, 2024. It is now read-only.

[FEATURE]: Support Build Variant for project #223

Closed
MrIkso opened this issue Jun 19, 2022 · 1 comment
Closed

[FEATURE]: Support Build Variant for project #223

MrIkso opened this issue Jun 19, 2022 · 1 comment
Labels
feature Feature Request

Comments

@MrIkso
Copy link
Contributor

MrIkso commented Jun 19, 2022

Hello, i found limitations in current tooling api realization, we don't support flavour and don't have any variant to build this project types, only debug/release.

@MrIkso MrIkso added the feature Feature Request label Jun 19, 2022
@itsaky
Copy link
Member

itsaky commented Jun 20, 2022

For variants

We already have enough data about variants to allow the user to select which variant to build. We could get the list of variants from IdeAndroidModule. The SimpleArtifact in SimpleVariantData contains a field named assembleTaskName which is the task name that should be executed in order to build that variant.

For product flavors

Well, it will take some time to be implemented. It may or may not need changes in the tooling API implementation.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
feature Feature Request
Projects
None yet
Development

No branches or pull requests

2 participants