Lines Matching refs:j
40 func (j *JavaFuzzLibrary) GenerateAndroidBuildActions(ctx android.ModuleContext) {
41 j.Library.GenerateAndroidBuildActions(ctx)
43 if j.fuzzPackagedModule.FuzzProperties.Corpus != nil {
44 …j.fuzzPackagedModule.Corpus = android.PathsForModuleSrc(ctx, j.fuzzPackagedModule.FuzzProperties.C…
46 if j.fuzzPackagedModule.FuzzProperties.Data != nil {
47 …j.fuzzPackagedModule.Data = android.PathsForModuleSrc(ctx, j.fuzzPackagedModule.FuzzProperties.Dat…
49 if j.fuzzPackagedModule.FuzzProperties.Dictionary != nil {
50 …j.fuzzPackagedModule.Dictionary = android.PathForModuleSrc(ctx, *j.fuzzPackagedModule.FuzzProperti…
53 if j.fuzzPackagedModule.FuzzProperties.Fuzz_config != nil {
55 android.WriteFileRule(ctx, configPath, j.fuzzPackagedModule.FuzzProperties.Fuzz_config.String())
56 j.fuzzPackagedModule.Config = configPath