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

Commit a452f401 authored by Adnan Begovic's avatar Adnan Begovic
Browse files

cm: Set explicit dependencies on stubs for checkapi-cm.

Change-Id: I2c8b8425262a6812f1061326c55ffc7418967444
TICKET: CYNGNOS-1950
(cherry picked from commit 97ac30ec)
parent 8aba2786
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -41,6 +41,8 @@ checkapi-cm : check-cm-public-api
# (See vendor/cmsdk/Android.mk)
# we need to add api-stubs as additional dependency of the api check.

$(INTERNAL_CM_PLATFORM_API_FILE): cm-api-stubs-docs

# Check that the API we're building hasn't broken the last-released
# SDK version.
$(eval $(call check-api, \
@@ -87,6 +89,8 @@ update-cm-api : update-cm-public-api
.PHONY: check-cm-system-api
checkapi-cm : check-cm-system-api

$(INTERNAL_CM_PLATFORM_SYSTEM_API_FILE): cm-system-api-stubs-docs

# Check that the System API we're building hasn't broken the last-released
# SDK version.
$(eval $(call check-api, \