cm: Set explicit dependencies on stubs for checkapi-cm.
Change-Id: I2c8b8425262a6812f1061326c55ffc7418967444 TICKET: CYNGNOS-1950
This commit is contained in:
parent
15697319ca
commit
97ac30ec9c
@ -41,6 +41,8 @@ checkapi-cm : check-cm-public-api
|
|||||||
# (See vendor/cmsdk/Android.mk)
|
# (See vendor/cmsdk/Android.mk)
|
||||||
# we need to add api-stubs as additional dependency of the api check.
|
# 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
|
# Check that the API we're building hasn't broken the last-released
|
||||||
# SDK version.
|
# SDK version.
|
||||||
$(eval $(call check-api, \
|
$(eval $(call check-api, \
|
||||||
@ -87,6 +89,8 @@ update-cm-api : update-cm-public-api
|
|||||||
.PHONY: check-cm-system-api
|
.PHONY: check-cm-system-api
|
||||||
checkapi-cm : 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
|
# Check that the System API we're building hasn't broken the last-released
|
||||||
# SDK version.
|
# SDK version.
|
||||||
$(eval $(call check-api, \
|
$(eval $(call check-api, \
|
Loading…
Reference in New Issue
Block a user