Home
last modified time | relevance | path

Searched defs:apexKey (Results 1 – 2 of 2) 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
68 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) {
/build/soong/android/
Dbazel_handler.go120 apexKey ApexConfigKey member