summaryrefslogtreecommitdiff
path: root/service/ServiceWifiResources
diff options
context:
space:
mode:
author Colin Cross <ccross@android.com> 2024-10-01 15:46:39 -0700
committer Colin Cross <ccross@android.com> 2024-10-01 16:14:03 -0700
commitb0f14d8048a18c905cadf08134973e806fdc9adf (patch)
tree5256c0b0199e6dee68898633ee1b58cc23a124fe /service/ServiceWifiResources
parent4e542261ce482f8c4f4dc054550a9a5cdab27332 (diff)
Mark packages/modules/Wifi apps in updatable apexes with updatable: true
Set updatable: true for apps that are embedded in updatable apexes. This replaces the top down propagation that was automatically setting the flag in order to unblock support for incremental Soong analysis. Bug: 367784740 Test: builds Flag: EXEMPT refactor Change-Id: I4075ff6ff48056483cc52f055f13c8c6161e8cb9
Diffstat (limited to 'service/ServiceWifiResources')
-rw-r--r--service/ServiceWifiResources/Android.bp1
1 files changed, 1 insertions, 0 deletions
diff --git a/service/ServiceWifiResources/Android.bp b/service/ServiceWifiResources/Android.bp
index 8cff118fc9..07c4e41612 100644
--- a/service/ServiceWifiResources/Android.bp
+++ b/service/ServiceWifiResources/Android.bp
@@ -35,6 +35,7 @@ android_app {
"test_com.android.wifi",
],
certificate: ":com.android.wifi.resources.certificate",
+ updatable: true,
}
android_app_certificate {