-
Notifications
You must be signed in to change notification settings - Fork 341
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
Support for android build variants without requiring a fully qualified value in the --apk-component
flag
#1935
Comments
@Rob--W Would you like to have a hardcoded list outside of Originally I was thinking right inside the |
Since it's not really related to ADB, a separate file, e.g. |
I have everything set up, just have a quick question: The The good thing is that the application stops you from using packages that aren't installed, before it touches the list to begin with. I can post a PR if that makes the explanation easier. |
I just checked, and
I'm not entirely sure what you mean without the PR, but if the added item / list is compatible with how geckoview_example actually works, then it's fine to add it. |
Oh wow, I thought geckoview_example was just a placeholder, whoops - I see it is an actual build. Just made the PR. |
Relevant discussion: #1891 (comment) and #1918 (comment).
Is this a feature request or a bug?
Feature
What is the current behavior?
In order to run an android build variant with an
apkComponent
, we need to pass in a fully qualified value in the--apk-component
flag.For example, the below command will successfully install an extension on the
performancetest
build of Fenix using theHomeActivity
component.What is the expected or desired behavior?
The desired behavior would be having a successful install by requiring a shorter value in the
--apk-component
flag. Using the above command as an example, the below command would be its equivalent.Version information (for bug reports)
v12.16.3
6.14.4
master-d61d94cbcf4834ec7613e80e51fc655dce06275c
The text was updated successfully, but these errors were encountered: