cmsdk/tests: Temp hack to fix `mka` builds.

Change-Id: I7d08765c6661f3c4bba6574c9bc89ba36af9632b
This commit is contained in:
Adnan Begovic 2016-01-15 11:21:53 -08:00
parent b9f80b66fd
commit 969cda0807
1 changed files with 2 additions and 1 deletions

View File

@ -19,7 +19,8 @@ include $(CLEAR_VARS)
LOCAL_MODULE_TAGS := tests
LOCAL_STATIC_JAVA_LIBRARIES := \
org.cyanogenmod.platform
org.cyanogenmod.platform \
org.cyanogenmod.platform.internal
LOCAL_SRC_FILES := $(call all-subdir-java-files, src/)