blob: c7dde81c5a9cb003b56de8203cb734298696f8db [file] [log] [blame]
Adam Powell247df4f2012-01-17 09:36:47 -08001LOCAL_PATH:= $(call my-dir)
2include $(CLEAR_VARS)
3
4LOCAL_MODULE_TAGS := samples tests
5
6LOCAL_SRC_FILES := $(call all-java-files-under, src)
7
8LOCAL_PACKAGE_NAME := AppNavigation
9
Adam Powell247df4f2012-01-17 09:36:47 -080010LOCAL_SDK_VERSION := current
11
Christopher Ferris0e2da182016-04-19 14:27:18 -070012LOCAL_DEX_PREOPT := false
13
Adam Powell247df4f2012-01-17 09:36:47 -080014include $(BUILD_PACKAGE)
15
16LOCAL_PROGUARD_FLAG_FILES := proguard.flags
17
18# Use the following include to make our test apk.
19include $(call all-makefiles-under,$(LOCAL_PATH))