Snap for 9035719 from f3f6f103b683df8c1e0a96bbbdfe1c5603eae38c to mainline-cellbroadcast-release

Change-Id: I0c0504cebf6f9df6319bdbf0ae675759aec27862
diff --git a/Android.bp b/Android.bp
index fdd885f..2918ad1 100644
--- a/Android.bp
+++ b/Android.bp
@@ -228,6 +228,9 @@
         "hilt_define_component_processor",
         "hilt_generates_root_input_processor",
     ],
+    apex_available: [
+        "com.android.ondevicepersonalization",
+    ],
 }
 
 // Build the android hilt library.  Depending on this will enable the Hilt annotation processors.
@@ -287,6 +290,9 @@
         "hilt_root_processor",
         "hilt_viewmodel_processor",
     ],
+    apex_available: [
+        "com.android.ondevicepersonalization",
+    ],
 }
 
 android_library {