Glimpse: Override every AOSP gallery known to mankind

Change-Id: Ic2f4064ab85d32f1e4271e6ef7860d75afb8bff9
diff --git a/app/Android.bp b/app/Android.bp
index af385d8..fbd139d 100644
--- a/app/Android.bp
+++ b/app/Android.bp
@@ -1,5 +1,5 @@
 //
-// Copyright (C) 2023 The LineageOS Project
+// Copyright (C) 2023-2024 The LineageOS Project
 //
 // SPDX-License-Identifier: Apache-2.0
 //
@@ -14,6 +14,13 @@
     sdk_version: "34",
     product_specific: true,
 
+    overrides: [
+        "Gallery",
+        "Gallery2",
+        "Gallery3D",
+        "GalleryNew3D",
+    ],
+
     static_libs: [
         // DO NOT EDIT THIS SECTION MANUALLY
         "androidx.core_core-ktx",