Add android15-6.6 version of microdroid kernel

Bug: 291071984
Bug: 298011555
Test: builds
Test: presubmit
Change-Id: I4eceab66f7587d733a9d3eb16d526d146a69cfef
diff --git a/microdroid/kernel/Android.bp b/microdroid/kernel/Android.bp
index 4f13e7d..5e12d27 100644
--- a/microdroid/kernel/Android.bp
+++ b/microdroid/kernel/Android.bp
@@ -40,10 +40,10 @@
 
 soong_config_string_variable {
     name: "release_avf_microdroid_kernel_version",
-    // TODO(b/298011555): add 15-6.6
     values: [
         "android14_61",
         "android15_61",
+        "android15_66",
     ],
 }
 
@@ -58,6 +58,9 @@
             android15_61: {
                 srcs: ["android15-6.1/arm64/kernel-6.1"],
             },
+            android15_66: {
+                srcs: ["android15-6.6/arm64/kernel-6.6"],
+            },
             // In case release configuration doesn't specify value of the
             // RELEASE_AVF_MICRODROID_KERNEL_VERSION fallback to the kernel we
             // already released.
@@ -80,6 +83,9 @@
             android15_61: {
                 srcs: ["android15-6.1/x86_64/kernel-6.1"],
             },
+            android15_66: {
+                srcs: ["android15-6.6/x86_64/kernel-6.6"],
+            },
             // In case release configuration doesn't specify value of the
             // RELEASE_AVF_MICRODROID_KERNEL_VERSION fallback to the kernel we
             // already released.