cmsdk: Fix cm system api stub generation.

Change-Id: I04287107d1f2cdfdf9c8cd7f5b713db3466239ec
This commit is contained in:
Adnan Begovic 2016-03-29 13:38:07 -07:00
parent eafcdbd229
commit d2e7e04bc4
1 changed files with 2 additions and 2 deletions

View File

@ -274,8 +274,8 @@ include $(BUILD_DROIDDOC)
# $(gen), i.e. framework.aidl, is also needed while building against the current stub.
$(full_target): $(cm_framework_built) $(gen)
$(INTERNAL_CM_PLATFORM_API_FILE): $(full_target)
$(call dist-for-goals,sdk,$(INTERNAL_CM_PLATFORM_API_FILE))
$(INTERNAL_CM_PLATFORM_SYSTEM_API_FILE): $(full_target)
$(call dist-for-goals,sdk,$(INTERNAL_CM_PLATFORM_SYSTEM_API_FILE))
# Documentation
# ===========================================================