From c452ed3df1be0ffb6e549ed89691faea287dbc6a Mon Sep 17 00:00:00 2001 From: Nikita Ioffe Date: Mon, 14 Jun 2021 22:05:39 +0100 Subject: [PATCH] Explicitly set generate_hashtree: false Non-updatable APEXes are going to be only present on a dm-verity protected read-only partition. For such APEXes there is no need in embedding a hashtree. This is a no-op change in preparation of switching default value of generate_hashtree to true. Bug: 190621617 Test: m Change-Id: I0283fb03908a87490e5e29b803553977b8b6729f --- apex/appsearch/Android.bp | 1 + 1 file changed, 1 insertion(+) diff --git a/apex/appsearch/Android.bp b/apex/appsearch/Android.bp index 9a420160d3fd9..827842633942e 100644 --- a/apex/appsearch/Android.bp +++ b/apex/appsearch/Android.bp @@ -29,6 +29,7 @@ apex { key: "com.android.appsearch.key", certificate: ":com.android.appsearch.certificate", updatable: false, + generate_hashtree: false, } apex_key {