diff options
Diffstat (limited to 'samples/SearchableDictionary/Android.mk')
-rwxr-xr-x | samples/SearchableDictionary/Android.mk | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/samples/SearchableDictionary/Android.mk b/samples/SearchableDictionary/Android.mk new file mode 100755 index 000000000..8c5fdf489 --- /dev/null +++ b/samples/SearchableDictionary/Android.mk @@ -0,0 +1,12 @@ +LOCAL_PATH:= $(call my-dir) +include $(CLEAR_VARS) + +LOCAL_MODULE_TAGS := samples + +LOCAL_SRC_FILES := $(call all-subdir-java-files) + +LOCAL_SDK_VERSION := current + +LOCAL_PACKAGE_NAME := SearchableDictionary + +include $(BUILD_PACKAGE) |