Packaging Android host utilities: Difference between revisions

(Created page with "== Packaging Android host utilities == The host utilities are executable files that run on a *host* machine. The utilities provide services to an Android *target* device, in...")
 
Line 18: Line 18:
mv firefox host-utils-37.0a2.en-US.linux-x86_64
mv firefox host-utils-37.0a2.en-US.linux-x86_64
</pre>
</pre>
If preparing a new archive for upload to tooltool:
<pre>
tar cvf host-utils-37.0a2.en-US.linux-x86_64.tar host-utils-37.0a2.en-US.linux-x86_64
gzip host-utils-37.0a2.en-US.linux-x86_64.tar
</pre>
Then upload host-utils-37.0a2.en-US.linux-x86_64.tar.gz to tooltool and update the manifest in testing/config/tooltool-manifests/linux64/hostutils.manifest.
Repeat, using another archive, for 32 bit.


=== Mac OS X ===
=== Mac OS X ===
Confirmed users
1,759

edits