Searched defs:apexKey (Results 1 – 2 of 2) sorted by relevance
39 type apexKey struct { struct40 android.ModuleBase41 android.BazelModuleBase43 properties apexKeyProperties45 publicKeyFile android.Path46 privateKeyFile android.Path68 func (m *apexKey) installable() bool {72 func (m *apexKey) GenerateAndroidBuildActions(ctx android.ModuleContext) {211 func (m *apexKey) ConvertWithBp2build(ctx android.TopDownMutatorContext) {215 func apexKeyBp2BuildInternal(ctx android.TopDownMutatorContext, module *apexKey) {
120 apexKey ApexConfigKey member