Scott Main | 936304c | 2011-10-14 14:02:45 -0700 | [diff] [blame] | 1 | LOCAL_PATH:= $(call my-dir) |
| 2 | include $(CLEAR_VARS) |
| 3 | |
Nick Pelly | a983c2a | 2012-01-09 10:48:28 -0800 | [diff] [blame] | 4 | LOCAL_MODULE_TAGS := samples tests |
Scott Main | 936304c | 2011-10-14 14:02:45 -0700 | [diff] [blame] | 5 | |
| 6 | # Only compile source java files in this apk. |
| 7 | LOCAL_SRC_FILES := $(call all-java-files-under, src) |
| 8 | |
Scott Main | 1bd9bf8 | 2011-10-14 14:09:56 -0700 | [diff] [blame] | 9 | LOCAL_PACKAGE_NAME := AndroidBeamDemo |
Scott Main | 936304c | 2011-10-14 14:02:45 -0700 | [diff] [blame] | 10 | |
| 11 | LOCAL_SDK_VERSION := current |
| 12 | |
Scott Main | 936304c | 2011-10-14 14:02:45 -0700 | [diff] [blame] | 13 | include $(BUILD_PACKAGE) |