From 393c2ac5f54f957506e20a9f1300c07be7e3b82d Mon Sep 17 00:00:00 2001 From: Mathew Inwood Date: Tue, 16 Feb 2021 15:06:42 +0000 Subject: 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 Merged-In: I68114df38c7c5b6694db8c0a48fd1dce3a2e6572 Change-Id: I25249e6f6c68da85681f545fef1312f1ab0104f4 --- apex/Android.bp | 1 + 1 file changed, 1 insertion(+) (limited to 'apex/Android.bp') diff --git a/apex/Android.bp b/apex/Android.bp index e65daa506b..3fde6c8a54 100644 --- a/apex/Android.bp +++ b/apex/Android.bp @@ -37,6 +37,7 @@ apex_defaults { "OsuLogin", "ServiceWifiResources", ], + updatable: false, } filegroup { -- cgit v1.2.3-59-g8ed1b