13b8f424558c59f2620bac6df511c9b1b1859c799Tom O'NeillLOCAL_PATH:= $(call my-dir)
23b8f424558c59f2620bac6df511c9b1b1859c799Tom O'Neillinclude $(CLEAR_VARS)
33b8f424558c59f2620bac6df511c9b1b1859c799Tom O'Neill
43b8f424558c59f2620bac6df511c9b1b1859c799Tom O'NeillLOCAL_MODULE_TAGS := tests
53b8f424558c59f2620bac6df511c9b1b1859c799Tom O'Neill
63b8f424558c59f2620bac6df511c9b1b1859c799Tom O'Neill# Only compile source java files in this apk.
73b8f424558c59f2620bac6df511c9b1b1859c799Tom O'NeillLOCAL_SRC_FILES := $(call all-java-files-under, src)
83b8f424558c59f2620bac6df511c9b1b1859c799Tom O'Neill
93b8f424558c59f2620bac6df511c9b1b1859c799Tom O'NeillLOCAL_PACKAGE_NAME := SettingInjectorSample
103b8f424558c59f2620bac6df511c9b1b1859c799Tom O'Neill
113b8f424558c59f2620bac6df511c9b1b1859c799Tom O'NeillLOCAL_SDK_VERSION := current
123b8f424558c59f2620bac6df511c9b1b1859c799Tom O'Neill
133b8f424558c59f2620bac6df511c9b1b1859c799Tom O'Neillinclude $(BUILD_PACKAGE)
143b8f424558c59f2620bac6df511c9b1b1859c799Tom O'Neill
153b8f424558c59f2620bac6df511c9b1b1859c799Tom O'Neill# Use the following include to make our test apk.
163b8f424558c59f2620bac6df511c9b1b1859c799Tom O'Neillinclude $(call all-makefiles-under,$(LOCAL_PATH))
17