diff options
Diffstat (limited to 'samples/customtiles/Android.mk')
-rw-r--r-- | samples/customtiles/Android.mk | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/samples/customtiles/Android.mk b/samples/customtiles/Android.mk new file mode 100644 index 00000000..98d54875 --- /dev/null +++ b/samples/customtiles/Android.mk @@ -0,0 +1,11 @@ +LOCAL_PATH:= $(call my-dir) +include $(CLEAR_VARS) + +LOCAL_STATIC_JAVA_LIBRARIES := \ + org.cyanogenmod.platform.sdk + +LOCAL_SRC_FILES := $(call all-subdir-java-files) + +LOCAL_PACKAGE_NAME := CMCustomTiles + +include $(BUILD_PACKAGE)
\ No newline at end of file |