On lun., nov. 18, 2024 at 18:20, Jericho Wang <
misslebu...@gmail.com> wrote:
> Hi Dan
>
> building on oriole (pixel6) for example, "lunch aosp_oriole-userdebug" is
> sufficient before Android 14, but can't get to work in Android 15,
> do you have a menu online we can check ?
>
> =====================================================================================
>
> jericho@jericho:~/work/android-15.0.0_r2$ source build/envsetup.sh
> jericho@jericho:~/work/android-15.0.0_r2$ lunch aosp_oriole-userdebug
>
> Invalid lunch combo: aosp_oriole-userdebug
> Valid combos must be of the form <product>-<release>-<variant>
> jericho@jericho:~/work/android-15.0.0_r2$ lunch aosp-oriole_userdebug
>
> Invalid lunch combo: aosp-oriole_userdebug
> Valid combos must be of the form <product>-<release>-<variant>
>
> On Tuesday, November 19, 2024 at 10:14:10 AM UTC+8 Dan Willemsen wrote:
>
>> It's very uncommon within Google to use the interactive version of `lunch`
>> -- if you know what you want to build, just specify it on the command line.
>> It's shorter and faster to do so.
>>
>> On Mon, Nov 18, 2024 at 9:11 PM Faqiang Zhu <
faqia...@nxp.com> wrote:
>>
>>> I checked this issue before: the sdk version and release configs are used
>>> before the menu can be displayed, but they are not set before yet at that
>>> stage. which causes the build error.
>>>
>>> Google actually add a new command `lunch2`, but it does not support to
>>> print the menu.
>>>
>>> a *workaround *to make the lunch command can print menu is as below. I