summaryrefslogtreecommitdiffstats
path: root/build
diff options
context:
space:
mode:
authorAdnan Begovic <adnan@cyngn.com>2016-02-09 11:38:40 -0800
committerAdnan Begovic <adnan@cyngn.com>2016-02-09 11:38:40 -0800
commitf84ce1b73884cd36d663bd1cb5c4ba2419e2ef9d (patch)
tree887a7405cc9d72ad5633fd4f242785cdf91b1a9b /build
parente738087fdd63a70cd0c0546427c812ae6f02a9c6 (diff)
downloadvendor_replicant-f84ce1b73884cd36d663bd1cb5c4ba2419e2ef9d.zip
vendor_replicant-f84ce1b73884cd36d663bd1cb5c4ba2419e2ef9d.tar.gz
vendor_replicant-f84ce1b73884cd36d663bd1cb5c4ba2419e2ef9d.tar.bz2
cm: Fix checkapi makefile typo.
Change-Id: I96d1acba8e8f665dabf6d18dac5fc5c3132ad0f7 TICKET: CYNGNOS-1950
Diffstat (limited to 'build')
-rw-r--r--build/core/apicheck.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/build/core/apicheck.mk b/build/core/apicheck.mk
index 796bcb1..d9fb488 100644
--- a/build/core/apicheck.mk
+++ b/build/core/apicheck.mk
@@ -106,7 +106,7 @@ $(eval $(call check-api, \
# Check that the System API we're building hasn't changed from the not-yet-released
# SDK version.
$(eval $(call check-api, \
- checkpublicapi-cm-current, \
+ checksystemapi-cm-current, \
$(FRAMEWORK_CM_PLATFORM_SYSTEM_API_FILE), \
$(INTERNAL_CM_PLATFORM_SYSTEM_API_FILE), \
$(FRAMEWORK_CM_PLATFORM_SYSTEM_REMOVED_API_FILE), \