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

Change-Id: I2c8b8425262a6812f1061326c55ffc7418967444
TICKET: CYNGNOS-1950
This commit is contained in:
Adnan Begovic 2016-02-10 14:43:35 -08:00 committed by Gerrit Code Review
parent 15697319ca
commit 97ac30ec9c
1 changed files with 4 additions and 0 deletions

View File

@ -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, \