aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2022-09-12 16:59:35 +0000
committerAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2022-09-12 16:59:35 +0000
commitdf36987fc75ce9c3ade8b064b91d962aaa53d52e (patch)
tree049eb1221ca8f5a6f09494003e59c33b7f6ea156
parent310e488fd6c1ab66c48246c5271b5d1057f68877 (diff)
parentf3f6f103b683df8c1e0a96bbbdfe1c5603eae38c (diff)
downloaddagger2-android13-mainline-appsearch-release.tar.gz
Snap for 9052600 from f3f6f103b683df8c1e0a96bbbdfe1c5603eae38c to mainline-appsearch-releaseaml_ase_331311020aml_ase_331112000android13-mainline-appsearch-release
Change-Id: I67f5343a7e24755838a97d6775078fe35793ad3e
-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 {