[android-building] Re: acloud fails on Ubuntu 20.04

2020-06-22 Thread Dean Wheatley
Here's a set of commands which worked on my Ubuntu 20.04 workstation to launch cuttlefish. YMMV. # Check python major version is 2 due to incompatibility in acloud-dev which python3 python_major_ver=$(python -V 2>&1 | sed s/Python\ // | cut -c 1) if [ -z "${python_major_ver}" ]; then echo "no

[android-building] Can build for walleye, fail to build for blueline, android-10.0.0_r39

2020-06-22 Thread James Moore
I'm on Ubuntu 20.04 LTS. I have a tree checked out with repo init -b android-10.0.0_r39. No issues building for my Pixel 2 (walleye). Builds with no issues, runs on the device. If I try to build for a Pixel 3, though (blueline), I get this: lunch aosp_blueline-userdebug ... Out of space? Out

[android-building] soong/Android.bp: build date/time

2020-06-22 Thread Michael Ngarimu
Is it possible to get access to the build date/time within Android.bp blueprints? I'm adding (c++) code to the build tree that uses a define for the build date & time (i.e. -DBUILDDATE=) and cannot find if/how this can be done in a soong blueprint. Thanks for any help. -- -- You received t