Home
last modified time | relevance | path

Searched defs:apexKey (Results 1 – 1 of 1) sorted by relevance

/build/soong/apex/
Dkey.go39 type apexKey struct { struct
40 android.ModuleBase
41 android.BazelModuleBase
43 properties apexKeyProperties
45 publicKeyFile android.Path
46 privateKeyFile android.Path
48 keyName string
70 func (m *apexKey) installable() bool {
74 func (m *apexKey) GenerateAndroidBuildActions(ctx android.ModuleContext) {
211 func (m *apexKey) ConvertWithBp2build(ctx android.TopDownMutatorContext) {
[all …]