Revert "[soong] new field in Android.bp to request APK signing V4"

This reverts commit 17d69e3484.

Reason for revert: This new field is not useful without dependencies in aosp

Test: builds
Change-Id: I87bd820cd6dbc5274ce3d28c4578381718aa805d
Merged-In: I70d6f7dc751510311b03e245b2189a76b395a49c
This commit is contained in:
Songchun Fan
2020-04-06 18:28:17 +00:00
parent f752c21f09
commit 4b25e319e6
4 changed files with 8 additions and 94 deletions

View File

@@ -337,10 +337,6 @@ type CompilerDeviceProperties struct {
UncompressDex bool `blueprint:"mutated"`
IsSDKLibrary bool `blueprint:"mutated"`
// If true, generate the signature file of APK Signing Scheme V4, along side the signed APK file.
// Defaults to false.
V4_signature *bool
}
func (me *CompilerDeviceProperties) EffectiveOptimizeEnabled() bool {