cmsdk: Build in the Manifest and R classes for the sdk.

Change-Id: I22f9c455a4a9b7bd03018cf1fe82222bc7b36083
This commit is contained in:
Adnan Begovic 2015-08-28 15:28:23 -07:00 committed by Gerrit Code Review
parent a632fbcde5
commit e949433c08
1 changed files with 7 additions and 0 deletions

View File

@ -112,6 +112,13 @@ LOCAL_SRC_FILES := \
# Included aidl files from cyanogenmod.app namespace
LOCAL_AIDL_INCLUDES := $(LOCAL_PATH)/src/java
cmsdk_LOCAL_INTERMEDIATE_SOURCES := \
$(cm_platform_res)/cyanogenmod/platform/R.java \
$(cm_platform_res)/cyanogenmod/platform/Manifest.java
LOCAL_INTERMEDIATE_SOURCES := \
$(cmsdk_LOCAL_INTERMEDIATE_SOURCES)
$(full_target): $(cm_framework_built) $(gen)
include $(BUILD_STATIC_JAVA_LIBRARY)