blob: a18d23c1505da725dba55c4d3fe9bf532baf9540 [file] [log] [blame]
Mike LeBeau83e2eae2009-08-27 19:13:43 -07001LOCAL_PATH:= $(call my-dir)
2include $(CLEAR_VARS)
3
4LOCAL_MODULE_TAGS := samples
5
6LOCAL_SRC_FILES := $(call all-subdir-java-files)
7
8LOCAL_SDK_VERSION := current
9
10LOCAL_PACKAGE_NAME := SearchableDictionary
11
Christopher Ferris0e2da182016-04-19 14:27:18 -070012LOCAL_DEX_PREOPT := false
13
Mike LeBeau83e2eae2009-08-27 19:13:43 -070014include $(BUILD_PACKAGE)