The Android Open Source Project | b64d345 | 2009-03-03 19:32:20 -0800 | [diff] [blame] | 1 | LOCAL_PATH:= $(call my-dir) |
| 2 | include $(CLEAR_VARS) |
| 3 | |
Jean-Baptiste Queru | 0dcf095 | 2010-01-05 16:27:22 -0800 | [diff] [blame] | 4 | LOCAL_MODULE_TAGS := optional |
The Android Open Source Project | b64d345 | 2009-03-03 19:32:20 -0800 | [diff] [blame] | 5 | |
| 6 | LOCAL_SRC_FILES := $(call all-java-files-under, src) |
| 7 | |
| 8 | LOCAL_PACKAGE_NAME := Camera |
Chih-Chung Chang | 3889cf3 | 2010-03-05 21:33:49 -0800 | [diff] [blame] | 9 | LOCAL_SDK_VERSION := current |
The Android Open Source Project | b64d345 | 2009-03-03 19:32:20 -0800 | [diff] [blame] | 10 | |
Ying Wang | def8ead | 2010-09-29 15:22:39 -0700 | [diff] [blame] | 11 | LOCAL_PROGUARD_FLAG_FILES := proguard.flags |
Wu-cheng Li | aafae1f | 2010-03-02 15:11:52 -0800 | [diff] [blame] | 12 | |
The Android Open Source Project | b64d345 | 2009-03-03 19:32:20 -0800 | [diff] [blame] | 13 | include $(BUILD_PACKAGE) |
| 14 | |
| 15 | # Use the following include to make our test apk. |
| 16 | include $(call all-makefiles-under,$(LOCAL_PATH)) |