18739b58f7860d8d03916b9a529d1fd5950937626Adam PowellLOCAL_PATH:= $(call my-dir)
28739b58f7860d8d03916b9a529d1fd5950937626Adam Powellinclude $(CLEAR_VARS)
38739b58f7860d8d03916b9a529d1fd5950937626Adam Powell
48739b58f7860d8d03916b9a529d1fd5950937626Adam PowellLOCAL_MODULE_TAGS := samples tests
58739b58f7860d8d03916b9a529d1fd5950937626Adam Powell
68739b58f7860d8d03916b9a529d1fd5950937626Adam PowellLOCAL_SRC_FILES := $(call all-java-files-under, src)
78739b58f7860d8d03916b9a529d1fd5950937626Adam Powell
88739b58f7860d8d03916b9a529d1fd5950937626Adam PowellLOCAL_PACKAGE_NAME := SupportAppNavigation
98739b58f7860d8d03916b9a529d1fd5950937626Adam Powell
108739b58f7860d8d03916b9a529d1fd5950937626Adam PowellLOCAL_STATIC_JAVA_LIBRARIES += android-support-v4
118739b58f7860d8d03916b9a529d1fd5950937626Adam Powell
128739b58f7860d8d03916b9a529d1fd5950937626Adam PowellLOCAL_SDK_VERSION := current
138739b58f7860d8d03916b9a529d1fd5950937626Adam Powell
140ee6452dbc30fdfa036509214d7c4b52fa616c96Jae SeoLOCAL_MIN_SDK_VERSION := 8
150ee6452dbc30fdfa036509214d7c4b52fa616c96Jae Seo
163b95592e3abae1b712a7a6c49ef19952f69565a3Christopher FerrisLOCAL_DEX_PREOPT := false
173b95592e3abae1b712a7a6c49ef19952f69565a3Christopher Ferris
188739b58f7860d8d03916b9a529d1fd5950937626Adam Powellinclude $(BUILD_PACKAGE)
198739b58f7860d8d03916b9a529d1fd5950937626Adam Powell
208739b58f7860d8d03916b9a529d1fd5950937626Adam PowellLOCAL_PROGUARD_FLAG_FILES := proguard.flags
218739b58f7860d8d03916b9a529d1fd5950937626Adam Powell
228739b58f7860d8d03916b9a529d1fd5950937626Adam Powell# Use the following include to make our test apk.
238739b58f7860d8d03916b9a529d1fd5950937626Adam Powellinclude $(call all-makefiles-under,$(LOCAL_PATH))
24