diff options
author | 2021-02-16 15:06:42 +0000 | |
---|---|---|
committer | 2021-02-17 11:23:47 +0000 | |
commit | 393c2ac5f54f957506e20a9f1300c07be7e3b82d (patch) | |
tree | 39be78764d783fc43bd6e165999ad526ce88c8dc /apex/Android.bp | |
parent | ea7d826714ed5100ffaf98d9c801ad447ae05ce8 (diff) |
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
Diffstat (limited to 'apex/Android.bp')
-rw-r--r-- | apex/Android.bp | 1 |
1 files changed, 1 insertions, 0 deletions
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 { |