summaryrefslogtreecommitdiffstats
path: root/cmds/tm/Android.mk
diff options
context:
space:
mode:
Diffstat (limited to 'cmds/tm/Android.mk')
-rw-r--r--cmds/tm/Android.mk1
1 files changed, 1 insertions, 0 deletions
diff --git a/cmds/tm/Android.mk b/cmds/tm/Android.mk
index 34a41dd..97e8ee4 100644
--- a/cmds/tm/Android.mk
+++ b/cmds/tm/Android.mk
@@ -4,6 +4,7 @@ LOCAL_PATH:= $(call my-dir)
include $(CLEAR_VARS)
LOCAL_SRC_FILES := $(call all-subdir-java-files)
+LOCAL_STATIC_JAVA_LIBRARIES := org.cyanogenmod.platform.internal
LOCAL_MODULE := tm
include $(BUILD_JAVA_LIBRARY)