summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNikita Ioffe <ioffe@google.com>2021-06-14 21:56:49 +0100
committerNikita Ioffe <ioffe@google.com>2021-06-14 21:56:49 +0100
commit05e7ddbbaf8ff277f321c93b0873649d004fdaf8 (patch)
tree6032c5e1ad7dd0775ec4c87cfbbc83150edc90b2
parent80110ba0e43052de70bf43d82956b9b6a023b62c (diff)
downloadvndk-android12-qpr1-d-s1-release.tar.gz
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: I5fc70f2dc65bd50ecbf7eecb7ab2c0d5795d3331
-rw-r--r--apex/Android.bp1
1 files changed, 1 insertions, 0 deletions
diff --git a/apex/Android.bp b/apex/Android.bp
index 958c872..602f95f 100644
--- a/apex/Android.bp
+++ b/apex/Android.bp
@@ -23,6 +23,7 @@ apex_vndk {
certificate: ":com.android.vndk.current.certificate",
file_contexts: ":com.android.vndk-file_contexts",
updatable: false,
+ generate_hashtree: false,
}
override_apex {