-
-
Notifications
You must be signed in to change notification settings - Fork 3.6k
mach: Android packaging does not support custom build profiles #34564
Copy link
Copy link
Closed
Labels
Description
Describe the bug:
servo/python/servo/package_commands.py
Lines 163 to 164 in e10e989
| else: | |
| raise Exception("TODO what should this be?") |
mach packaging for android currently only supports the dev and release profiles - custom profiles raise an exception.This information is used later during the packaging to determine the location of the
libservoshell.so artifact.
To Reproduce:
./mach build --android --profile=medium
Platform:
Android
Reactions are currently unavailable