aboutsummaryrefslogtreecommitdiffstats
path: root/samples/profiles/Android.mk
diff options
context:
space:
mode:
Diffstat (limited to 'samples/profiles/Android.mk')
-rw-r--r--samples/profiles/Android.mk11
1 files changed, 11 insertions, 0 deletions
diff --git a/samples/profiles/Android.mk b/samples/profiles/Android.mk
new file mode 100644
index 0000000..1cdb0c2
--- /dev/null
+++ b/samples/profiles/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 := CMProfiles
+
+include $(BUILD_PACKAGE) \ No newline at end of file