aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Android.bp6
1 files changed, 6 insertions, 0 deletions
diff --git a/Android.bp b/Android.bp
index fdd885fdc..2918ad1cd 100644
--- a/Android.bp
+++ b/Android.bp
@@ -228,6 +228,9 @@ java_library {
"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 @@ android_library {
"hilt_root_processor",
"hilt_viewmodel_processor",
],
+ apex_available: [
+ "com.android.ondevicepersonalization",
+ ],
}
android_library {