Remove apex.generate_hashtree
It's deprecated. Ignore-AOSP-First: internal branches use this. Will be gone. Fixes: 184914612 Test: m Change-Id: I14316a9a288ffc2727bb7033ebded4f4d48b1e6c
This commit is contained in:
@@ -7054,7 +7054,6 @@ func TestLegacyAndroid10Support(t *testing.T) {
|
||||
module := ctx.ModuleForTests("myapex", "android_common_myapex")
|
||||
args := module.Rule("apexRule").Args
|
||||
ensureContains(t, args["opt_flags"], "--manifest_json "+module.Output("apex_manifest.json").Output.String())
|
||||
ensureNotContains(t, args["opt_flags"], "--no_hashtree")
|
||||
|
||||
// The copies of the libraries in the apex should have one more dependency than
|
||||
// the ones outside the apex, namely the unwinder. Ideally we should check
|
||||
|
Reference in New Issue
Block a user