Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 524af35f authored by Treehugger Robot's avatar Treehugger Robot Committed by Gerrit Code Review
Browse files

Merge "Make sure car-lib system APIs are not changing unintentionally"

parents c4c33e0e a573f190
Loading
Loading
Loading
Loading
+5 −7
Original line number Diff line number Diff line
@@ -588,7 +588,6 @@ func (dstubs *Droidstubs) AndroidMkEntries() []android.AndroidMkEntries {
					fmt.Fprintln(w, dstubs.Name()+"-check-last-released-api:",
						dstubs.checkLastReleasedApiTimestamp.String())

					if dstubs.Name() != "android.car-system-stubs-docs" {
					fmt.Fprintln(w, ".PHONY: checkapi")
					fmt.Fprintln(w, "checkapi:",
						dstubs.checkLastReleasedApiTimestamp.String())
@@ -596,7 +595,6 @@ func (dstubs *Droidstubs) AndroidMkEntries() []android.AndroidMkEntries {
					fmt.Fprintln(w, ".PHONY: droidcore")
					fmt.Fprintln(w, "droidcore: checkapi")
				}
				}
				if dstubs.apiLintTimestamp != nil {
					fmt.Fprintln(w, ".PHONY:", dstubs.Name()+"-api-lint")
					fmt.Fprintln(w, dstubs.Name()+"-api-lint:",