Re: [android-building] Replacing acloud prebuilt binary

2020-04-23 Thread John Mengistu
ok thank you sir On Tue, Apr 21, 2020, 9:38 PM 'Dan Willemsen' via Android Building < android-building@googlegroups.com> wrote: > I believe the prebuilt comes from the python support in the platform build > system, not setup.py: > > source build/envsetup.sh > m acloud > cp out/host/linux-x8

Re: [android-building] Replacing acloud prebuilt binary

2020-04-21 Thread Andre D
That was it. Thank you, Dan! On Tuesday, April 21, 2020 at 1:38:51 PM UTC-5, Dan Willemsen wrote: > > I believe the prebuilt comes from the python support in the platform build > system, not setup.py: > > source build/envsetup.sh > m acloud > cp out/host/linux-x86/bin/acloud-dev .../acloud

Re: [android-building] Replacing acloud prebuilt binary

2020-04-21 Thread 'Dan Willemsen' via Android Building
I believe the prebuilt comes from the python support in the platform build system, not setup.py: source build/envsetup.sh m acloud cp out/host/linux-x86/bin/acloud-dev .../acloud - Dan On Tue, Apr 21, 2020 at 11:16 AM Andre D wrote: > Hello, > > Is it possible to replace the prebuilt acl

[android-building] Replacing acloud prebuilt binary

2020-04-21 Thread Andre D
Hello, Is it possible to replace the prebuilt acloud binary (prebuilts/asuite/acloud)? When I run "python setup.py bdist_wheel" within the tools/acloud directory I don't find any binary in the output. I'm new to Python, so perhaps I'm missing something. Thank you, Andre -- -- You received