summaryrefslogtreecommitdiffstats
path: root/core/tasks/apicheck.mk
diff options
context:
space:
mode:
Diffstat (limited to 'core/tasks/apicheck.mk')
-rw-r--r--core/tasks/apicheck.mk3
1 files changed, 2 insertions, 1 deletions
diff --git a/core/tasks/apicheck.mk b/core/tasks/apicheck.mk
index 96e0f44..b3d800b 100644
--- a/core/tasks/apicheck.mk
+++ b/core/tasks/apicheck.mk
@@ -17,7 +17,8 @@
# api compatibility or added apis illegally.
#
-ifneq ($(BUILD_TINY_ANDROID), true)
+# skip api check for TINY_ANDROID and PDK buid
+ifeq (,$(filter true, $(BUILD_TINY_ANDROID) $(BUILD_PDK)))
.PHONY: checkapi