summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2023-11-02 22:28:42 +0000
committerAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2023-11-02 22:28:42 +0000
commit73f28dcae81f5066edd00161aff1096d4312e89d (patch)
treef4db3bc36610ed25254b64467548f2082380ba74
parentd88edb9758a76dbcd2769f67a5d72f4b68f2c7d6 (diff)
parent483ccb2c7987a6d2899298707c63a02481ff7787 (diff)
downloadcuttlefish_prebuilts-aml_wif_341610000.tar.gz
Snap for 11041982 from 483ccb2c7987a6d2899298707c63a02481ff7787 to mainline-wifi-releaseaml_wif_341711020aml_wif_341610000aml_wif_341510000aml_wif_341410080aml_wif_341310010android14-mainline-wifi-release
Change-Id: I6379fc649aa7bd9fef156f23e8b9718e9f1676ae
-rw-r--r--Android.bp38
-rwxr-xr-xcvd/cvd_arm64bin0 -> 10792656 bytes
-rwxr-xr-xcvd/cvd_x86_64bin0 -> 11715888 bytes
-rwxr-xr-xcvd/fetch_cvd_arm64bin0 -> 10792664 bytes
-rwxr-xr-xcvd/fetch_cvd_x86_64bin0 -> 11715896 bytes
5 files changed, 38 insertions, 0 deletions
diff --git a/Android.bp b/Android.bp
index 95166aea..d9576e89 100644
--- a/Android.bp
+++ b/Android.bp
@@ -44,3 +44,41 @@ cc_prebuilt_binary {
device_supported: false,
host_supported: true,
}
+
+// These are set up as two separate executables rather than a symlink so that
+// either can be downloaded as a standalone statically linked executable from
+// the build system.
+// arch arm64 manifest is at https://ci.android.com/builds/submitted/10769592/
+// aosp_cf_arm64_only_phone-trunk_staging-userdebug/latest/manifest_10769592.xml
+// arch x86_64 manifest is at https://ci.android.com/builds/submitted/10763722/
+// aosp_cf_x86_64_phone-trunk_staging-userdebug/latest/manifest_10763722.xml
+// ARM64 cvd BID is 10769592, x86_64 cvd BID is 10763722.
+
+cc_prebuilt_binary {
+ name: "cvd",
+ arch: {
+ arm64: {
+ srcs: ["cvd/cvd_arm64"],
+ },
+ x86_64: {
+ srcs: ["cvd/cvd_x86_64"],
+ },
+ },
+ symlinks: ["acloud"],
+ device_supported: false,
+ host_supported: true,
+}
+
+cc_prebuilt_binary {
+ name: "fetch_cvd",
+ arch: {
+ arm64: {
+ srcs: ["cvd/fetch_cvd_arm64"],
+ },
+ x86_64: {
+ srcs: ["cvd/fetch_cvd_x86_64"],
+ },
+ },
+ device_supported: false,
+ host_supported: true,
+}
diff --git a/cvd/cvd_arm64 b/cvd/cvd_arm64
new file mode 100755
index 00000000..78ddc615
--- /dev/null
+++ b/cvd/cvd_arm64
Binary files differ
diff --git a/cvd/cvd_x86_64 b/cvd/cvd_x86_64
new file mode 100755
index 00000000..50c0defd
--- /dev/null
+++ b/cvd/cvd_x86_64
Binary files differ
diff --git a/cvd/fetch_cvd_arm64 b/cvd/fetch_cvd_arm64
new file mode 100755
index 00000000..6022bf9a
--- /dev/null
+++ b/cvd/fetch_cvd_arm64
Binary files differ
diff --git a/cvd/fetch_cvd_x86_64 b/cvd/fetch_cvd_x86_64
new file mode 100755
index 00000000..87a61603
--- /dev/null
+++ b/cvd/fetch_cvd_x86_64
Binary files differ