Lines Matching +full:windows +full:- +full:build +full:- +full:rules
7 // http://www.apache.org/licenses/LICENSE-2.0
50 "system/sepolicy/apex/myapex-file_contexts": nil,
51 "system/sepolicy/apex/myapex2-file_contexts": nil,
52 "system/sepolicy/apex/mysdkapex-file_contexts": nil,
79 // Add windows as a default disable OS to test behavior when some OS variants
81 config.Targets[android.Windows] = []android.Target{
82 …{android.Windows, android.Arch{ArchType: android.X86_64}, android.NativeBridgeDisabled, "", "", tr…
86 // Add a build number file.
125 // Analyse the sdk build rules to extract information about what it is doing.
152 // We differentiate between copy rules for the snapshot, and copy rules for the install file.
154 // Don't include the build-number.txt file in the copy rules as that would break lots of
159 // Get source relative to build directory.
160 _, _ = fmt.Fprintf(copyRules, "%s -> %s\n", src, dest)
164 _, _ = fmt.Fprintf(otherCopyRules, "%s -> %s\n", src, dest)
225 // Check the snapshot build rules.
227 // Takes a list of functions which check different facets of the snapshot build rules.
240 // Check state of the snapshot build.
250 suffix := "-" + soongSdkSnapshotVersionCurrent
256 // the rules.
333 // Check that the snapshot's copy rules are correct.
335 // The copy rules are formatted as <src> -> <dest>, one per line and then compared
341 android.AssertTrimmedStringEquals(info.t, "Incorrect copy rules", expected, info.copyRules)
348 android.AssertTrimmedStringEquals(info.t, "Incorrect copy rules", expected, info.otherCopyRules)
400 // get-out-of-jail-free card that allows progress to be made.
427 // Encapsulates information about the snapshot build structure in order to insulate tests from
430 // All source/input paths are relative either the build directory. All dest/output paths are
449 // of the format src -> dest
453 // per line, of the format src -> dest
468 // The target build release.