Megha Joshi | 00bf0f0 | 2009-11-18 14:54:03 -0800 | [diff] [blame] | 1 | LOCAL_PATH:= $(call my-dir) |
| 2 | include $(CLEAR_VARS) |
| 3 | |
| 4 | LOCAL_MODULE_TAGS := samples tests |
| 5 | |
| 6 | # Only compile source java files in this apk. |
| 7 | LOCAL_SRC_FILES := $(call all-java-files-under, src) |
| 8 | |
John Evans | 15ef1a8 | 2011-04-04 13:38:01 -0700 | [diff] [blame] | 9 | LOCAL_PACKAGE_NAME := SampleSyncAdapter |
Megha Joshi | 00bf0f0 | 2009-11-18 14:54:03 -0800 | [diff] [blame] | 10 | |
Narayan Kamath | 56d7f39 | 2014-12-12 12:53:26 +0000 | [diff] [blame] | 11 | LOCAL_SDK_VERSION := 15 |
Megha Joshi | 00bf0f0 | 2009-11-18 14:54:03 -0800 | [diff] [blame] | 12 | |
Megha Joshi | 00bf0f0 | 2009-11-18 14:54:03 -0800 | [diff] [blame] | 13 | include $(BUILD_PACKAGE) |
| 14 | |
| 15 | # Use the folloing include to make our test apk. |
| 16 | include $(call all-makefiles-under,$(LOCAL_PATH)) |