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
This commit is contained in:
@@ -29,6 +29,7 @@ apex {
|
||||
key: "com.android.appsearch.key",
|
||||
certificate: ":com.android.appsearch.certificate",
|
||||
updatable: false,
|
||||
generate_hashtree: false,
|
||||
}
|
||||
|
||||
apex_key {
|
||||
|
||||
Reference in New Issue
Block a user