Home | History | Annotate | Download | only in tasks

Lines Matching refs:API

17 # api compatibility or added apis illegally.
28 # $(2) stable api xml file
29 # $(3) api xml file to be tested
32 define check-api
34 @echo "Checking API:" $(1)
51 # Check that the API we're building hasn't broken the last-released
53 $(eval $(call check-api, \
63 # Check that the API we're building hasn't changed from the not-yet-released
65 $(eval $(call check-api, \
76 .PHONY: update-api
77 update-api: $(INTERNAL_PLATFORM_API_FILE) | $(ACP)