diff --git a/_includes/new-includes/components/android-sdk-dev.html b/_includes/new-includes/components/android-sdk-dev.html
new file mode 100644
index 000000000..092b13769
--- /dev/null
+++ b/_includes/new-includes/components/android-sdk-dev.html
@@ -0,0 +1,23 @@
+{% assign android_sdk_dev_builds = site.data.builds.development.android-sdk | sort: 'date' | reverse %}
+
+    
+        
+        
+            
main 
+            
+            {{ android_sdk_dev_builds.first.date | date: '%B %-d, %Y' }} 
+                Copy install command
+             
+            
+            
+        
+        
+    
main 
             
             {{ static_sdk_dev_builds.first.date | date: '%B %-d, %Y' }} 
@@ -18,7 +16,7 @@ main 
              
             
@@ -31,8 +29,6 @@ main 
             release/6.2 
             
             {{ static_sdk_6_2_builds.first.date | date: '%B %-d, %Y' }} 
@@ -41,7 +37,7 @@ release/6.2 
              
             
diff --git a/_includes/new-includes/components/wasm-sdk-dev.html b/_includes/new-includes/components/wasm-sdk-dev.html
index d04df2b9b..6c602a24c 100644
--- a/_includes/new-includes/components/wasm-sdk-dev.html
+++ b/_includes/new-includes/components/wasm-sdk-dev.html
@@ -8,8 +8,6 @@
             main 
             
             {{ wasm_sdk_dev_builds.first.date | date: '%B %-d, %Y' }} 
@@ -18,7 +16,7 @@ main 
              
             
@@ -31,8 +29,6 @@ main 
             release/6.2 
             
             {{ wasm_sdk_6_2_builds.first.date | date: '%B %-d, %Y' }} 
@@ -41,7 +37,7 @@ release/6.2 
              
             
diff --git a/_includes/new-includes/footer/copyright.html b/_includes/new-includes/footer/copyright.html
index 7564f7d17..23b93d38a 100644
--- a/_includes/new-includes/footer/copyright.html
+++ b/_includes/new-includes/footer/copyright.html
@@ -6,4 +6,7 @@
     
       Swift and the Swift logo are trademarks of Apple Inc.
     
+    {% if content contains "android" %}
+     Android is a trademark of Google LLC.
+    {% endif %}
 
\ No newline at end of file
diff --git a/install/linux/index.md b/install/linux/index.md
index 2b3fa70fa..101be501c 100644
--- a/install/linux/index.md
+++ b/install/linux/index.md
@@ -63,6 +63,10 @@ title: Install Swift - Linux
       {% include new-includes/components/code-box.html with-tabs = true content = site.data.new-data.install.linux.dev.latest-dev.swiftly %}
     
   
+  
+  
+    
Additional components for cross-compilation
+  
Static Linux SDK 
   
     
@@ -77,6 +81,13 @@ title: Install Swift - Linux
     
    
   {% include new-includes/components/wasm-sdk-dev.html %}
+  Swift SDK for Android 
+  
+  {% include new-includes/components/android-sdk-dev.html %}
   
     
       
diff --git a/install/macos/index.md b/install/macos/index.md
index 510f8905c..0754a17a7 100644
--- a/install/macos/index.md
+++ b/install/macos/index.md
@@ -169,4 +169,12 @@ title: Install Swift - macOS
     
    
   {% include new-includes/components/wasm-sdk-dev.html %}
+  
Swift SDK for Android 
+  
+  {% include new-includes/components/android-sdk-dev.html %}
 
 
+