summaryrefslogtreecommitdiff
path: root/Android.bp
diff options
context:
space:
mode:
author Colin Cross <ccross@android.com> 2025-02-05 22:58:05 +0000
committer Colin Cross <ccross@android.com> 2025-02-05 22:58:52 +0000
commitab260a486f529f3b86bf47011e3686f0630e1514 (patch)
tree18954affa38d4f1ac5762c7c0846958ba4137229 /Android.bp
parent6e9b83d9d6aeba8bed3615eb3a416d749c447823 (diff)
Remove apex_available value in IntentResolver
com.android.intentresolver doesn't exist, but the value wasn't being checked because no apexes depended on the module, triggering a shortcut that skipped the apex_available check. Bug: 394664568 Test: builds Change-Id: I2eff312d13e11574c2e755ce5d02b4092196f7ed
Diffstat (limited to 'Android.bp')
-rw-r--r--Android.bp5
1 files changed, 0 insertions, 5 deletions
diff --git a/Android.bp b/Android.bp
index 75e29a8c..c0f8b9f7 100644
--- a/Android.bp
+++ b/Android.bp
@@ -103,9 +103,4 @@ android_app {
proguard_flags_files: ["proguard.flags"],
},
visibility: ["//visibility:public"],
- apex_available: [
- "//apex_available:platform",
- "com.android.intentresolver",
- "test_com.android.intentresolver",
- ],
}