Home
last modified time | relevance | path

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

/system/sepolicy/build/soong/
Dcompat_cil.go129 type compatTestModule struct { struct
130 android.SingletonModuleBase
131 properties struct {
136 compatTestTimestamp android.ModuleOutPath
139 func (f *compatTestModule) createPlatPubVersionedModule(ctx android.LoadHookContext, ver string) {
179 func (f *compatTestModule) createCompatTestModule(ctx android.LoadHookContext, ver string) {
211 func (f *compatTestModule) loadHook(ctx android.LoadHookContext) {
218 func (f *compatTestModule) DepsMutator(ctx android.BottomUpMutatorContext) {
224 func (f *compatTestModule) GenerateSingletonBuildActions(ctx android.SingletonContext) {
228 func (f *compatTestModule) GenerateAndroidBuildActions(ctx android.ModuleContext) {
[all …]