From d7bbb7a1909961a9274281f35b870b7bb3f42ab3 Mon Sep 17 00:00:00 2001 From: Mathew Inwood Date: Tue, 23 Feb 2021 14:00:23 +0000 Subject: [PATCH] Set updatable:false explicity. This is currently the default value but this is changing. Bug: 180375550 Test: Treehugger Change-Id: Ibf0523c03c3559f78f8e9f191e0487237ae44564 --- apex/appsearch/Android.bp | 1 + 1 file changed, 1 insertion(+) diff --git a/apex/appsearch/Android.bp b/apex/appsearch/Android.bp index b014fdcb3df3c..ab44dd92b657b 100644 --- a/apex/appsearch/Android.bp +++ b/apex/appsearch/Android.bp @@ -21,6 +21,7 @@ apex { ], key: "com.android.appsearch.key", certificate: ":com.android.appsearch.certificate", + updatable: false, } apex_key {