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

Commit 077630ad authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

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

parents 2cc74a96 91ec4945
Loading
Loading
Loading
Loading
+5 −7
Original line number Diff line number Diff line
@@ -577,7 +577,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())
@@ -585,7 +584,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:",