Closed Bug 956516 Opened 11 years ago Closed 7 years ago

TARGET_BUILD_VARIANT is wonky

Categories

(Firefox OS Graveyard :: General, defect)

x86
macOS
defect
Not set
normal

Tracking

(Not tracked)

RESOLVED WONTFIX

People

(Reporter: dietrich, Unassigned)

References

Details

The default is a debug build. I wanted to do a user build, so configured like: BRANCH=master TARGET_BUILD_VARIANT=user ./config.sh nexus-4 and built like: ./build.sh TARGET_BUILD_VARIANT=user And it worked. But then I wanted to switch back to debug build. I removed TARGET_BUILD_VARIANT=user from both of the above commands, blew away objdir and out directories, and then reconfigured and rebuilt the world. It was still user build. The only way I could get it to switch back was to change TARGET_BUILD_VARIANT=userdebug, which is something I found on some Android forum when I searched for TARGET_BUILD_VARIANT. Seems like an absence of the flag should switch back to the default no? Even so, TARGET_BUILD_VARIANT usage should be documented on MDN, and currently isn't.
Firefox OS is not being worked on
Status: NEW → RESOLVED
Closed: 7 years ago
Resolution: --- → WONTFIX
You need to log in before you can comment on or make changes to this bug.