aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNikita Ioffe <ioffe@google.com>2021-06-14 22:13:42 +0100
committerNikita Ioffe <ioffe@google.com>2021-06-15 01:52:08 +0100
commit29045b3d7b8c940c84db5311958ab36530a22ed7 (patch)
tree452e5f088fc3723b32da8a03246527f9ef8feb7d
parenteb5f5d8db6fcbda80ea3938627bcb1e8cc95666a (diff)
downloadbionic-29045b3d7b8c940c84db5311958ab36530a22ed7.tar.gz
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: I426c1fce37ce63200810d69092660644e13291c2 Merged-In: I426c1fce37ce63200810d69092660644e13291c2 (cherry picked from commit 8f537e87621159b41a05c93c9a8caf09dd2261ad)
-rw-r--r--apex/Android.bp1
1 files changed, 1 insertions, 0 deletions
diff --git a/apex/Android.bp b/apex/Android.bp
index 90a14b245..4879f474c 100644
--- a/apex/Android.bp
+++ b/apex/Android.bp
@@ -58,6 +58,7 @@ apex {
"bionic-linker-config",
],
updatable: false,
+ generate_hashtree: false,
}
sdk {