commit | 75b4a21496e430bbb7315c05a9a653dc0c9aca4d | [log] [tgz] |
---|---|---|
author | Mathew Inwood <mathewi@google.com> | Tue Feb 16 13:59:53 2021 +0000 |
committer | Mathew Inwood <mathewi@google.com> | Tue Feb 16 14:02:04 2021 +0000 |
tree | 2d9b80f2eba1a2f48a4be7ed7ae9b9fc924d0a7b | |
parent | 2dfc83131b03ca4fbab39a404b1a2682e27845dc [diff] [blame] |
Explicitly set apex updatable to false. This is currently the default, but the default is changing to true so this change is necessary to keep the build working. Test: Treehugger Bug: 180375550 Change-Id: I5b685ea9169177b356276f301c29065c20e9bdee
diff --git a/apex/Android.bp b/apex/Android.bp index a7137d9..25a4909 100644 --- a/apex/Android.bp +++ b/apex/Android.bp
@@ -9,6 +9,8 @@ key: "com.android.telephony.key", certificate: ":com.android.telephony.certificate", + + updatable: false, } apex {