[Toybox] GitHub Action Example
Rob Landley
rob at landley.net
Thu Jun 18 17:35:07 PDT 2020
On 6/16/20 3:27 PM, enh wrote:
>> Did you know that "lunch" without options does _not_ list sdk-eng? (Which sounds
>> like it's building the sdk and not an aosp image to run under the emulator, but
>> let's at least try what it says first...)
>
> there are lots of options not listed in there. (and i don't actually
> know a way to see the full list.)
How do you tell what the ones it _does_ list do? In the "lunch" output there's
aosp_arm64-eng, armv8-eng, and qemu_trusty_arm64-eng. (Plus a bunch of boards.)
https://source.android.com/setup/build/building is not enlightening.
>> (I'd kill it and restart it with taskset, but I'm not sure how to "make clean"
>> and I am that guy who hits every weird dependency bug from incomplete partial
>> builds pretty much every time...)
>
> rm -rf out/
Oh hey, that page explains that part. Cool.
Well, it's suggesting aosp_arm-eng so let's try that...
HOST_ARCH=x86_64
HOST_2ND_ARCH=x86
HOST_OS=linux
HOST_OS_EXTRA=Linux-4.9.0-12-amd64-x86_64-Devuan-GNU/Linux-ascii
HOST_CROSS_OS=windows
HOST_CROSS_ARCH=x86
HOST_CROSS_2ND_ARCH=x86_64
HOST_BUILD_TYPE=release
I have questions.
Rob
More information about the Toybox
mailing list