From adfc9339798141ae1be9180f5816529c93bc704a Mon Sep 17 00:00:00 2001 From: Mathew Inwood Date: Tue, 16 Feb 2021 14:58:27 +0000 Subject: [PATCH] Set updateable:false explicitly in apex rules. Currently, this is the default so this is a no-op, But the default is changing to true. Bug: 180375550 Test: Treehugger Change-Id: Ib841e474ab2b2ff2b54c160bb06c3bbbeea92675 --- Tethering/apex/Android.bp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Tethering/apex/Android.bp b/Tethering/apex/Android.bp index 7970944329..acb87bf5fc 100644 --- a/Tethering/apex/Android.bp +++ b/Tethering/apex/Android.bp @@ -18,7 +18,7 @@ apex { name: "com.android.tethering", // TODO: make updatable again once this contains only updatable artifacts (in particular, this // cannot build as updatable unless service-connectivity builds against stable API). - // updatable: true, + updatable: false, // min_sdk_version: "30", java_libs: [ "framework-tethering",