ANDROID 14 -- SPACE PROGRAM -- LAUNCH IMMINENT

EASTEREGG.APK IS AN EXPLORATION OF NEW TECHNOLOGY.

// MISSION "UPSIDE DOWN CAKE" //
 + JETPACK COMPOSURE
 + SPACE FOLDING
 + ASTRAL PROJECTION
 + VECTORPUNK

// PILOT ADVISORIES //
 + STABLE ORBITS ARE TRICKY BUT POSSIBLE.
 + EACH DAY PRESENTS NEW DISCOVERIES.
 + ATTEMPT ALL LANDINGS.

GODSPEED AND GOOD LUCK.

A PRODUCT OF YOYODROID PROPULSION SYSTEMS
"WHERE INTEGRATION COMPLETE IS TOMORROW!"

Fixes: 267678663 // REMOVE BEFORE FLIGHT
Test: adb shell am start -a android.intent.action.MAIN -c com.android.internal.category.PLATLOGO
Change-Id: Ia06422bdc2ec22e8e64b189ca2cc02def03d84f3
diff --git a/packages/EasterEgg/Android.bp b/packages/EasterEgg/Android.bp
index e88410c..8699f59 100644
--- a/packages/EasterEgg/Android.bp
+++ b/packages/EasterEgg/Android.bp
@@ -26,7 +26,10 @@
 android_app {
     // the build system in pi-dev can't quite handle R.java in kt
     // so we will have a mix of java and kotlin files
-    srcs: ["src/**/*.java", "src/**/*.kt"],
+    srcs: [
+        "src/**/*.java",
+        "src/**/*.kt",
+    ],
 
     resource_dirs: ["res"],
 
@@ -36,17 +39,34 @@
     certificate: "platform",
 
     optimize: {
+        enabled: true,
+        optimize: true,
+        shrink: true,
+        shrink_resources: true,
+        proguard_compatibility: false,
         proguard_flags_files: ["proguard.flags"],
     },
 
-	static_libs: [
-		"androidx.core_core",
-		"androidx.recyclerview_recyclerview",
+    static_libs: [
+        "androidx.core_core",
         "androidx.annotation_annotation",
-		"kotlinx-coroutines-android",
-		"kotlinx-coroutines-core",
-		//"kotlinx-coroutines-reactive",
-	],
+        "androidx.recyclerview_recyclerview",
+        "kotlinx-coroutines-android",
+        "kotlinx-coroutines-core",
+
+        "androidx.core_core-ktx",
+        "androidx.lifecycle_lifecycle-runtime-ktx",
+        "androidx.activity_activity-compose",
+        "androidx.compose.ui_ui",
+        "androidx.compose.ui_ui-util",
+        "androidx.compose.ui_ui-tooling-preview",
+        "androidx.compose.material_material",
+        "androidx.window_window",
+
+        "androidx.compose.runtime_runtime",
+        "androidx.activity_activity-compose",
+        "androidx.compose.ui_ui",
+    ],
 
     manifest: "AndroidManifest.xml",