blob: a536b3ddfc2d585631c85f80115c03ab14365bb6 [file] [log] [blame]
The Android Open Source Projectb64d3452009-03-03 19:32:20 -08001LOCAL_PATH:= $(call my-dir)
2include $(CLEAR_VARS)
3
Jean-Baptiste Queru0dcf0952010-01-05 16:27:22 -08004LOCAL_MODULE_TAGS := optional
The Android Open Source Projectb64d3452009-03-03 19:32:20 -08005
6LOCAL_SRC_FILES := $(call all-java-files-under, src)
7
8LOCAL_PACKAGE_NAME := Camera
Chih-Chung Chang3889cf32010-03-05 21:33:49 -08009LOCAL_SDK_VERSION := current
The Android Open Source Projectb64d3452009-03-03 19:32:20 -080010
Ying Wangdde4f122010-03-03 14:58:34 -080011LOCAL_PROGUARD_FLAGS := -include $(LOCAL_PATH)/proguard.flags
Wu-cheng Liaafae1f2010-03-02 15:11:52 -080012
The Android Open Source Projectb64d3452009-03-03 19:32:20 -080013include $(BUILD_PACKAGE)
14
15# Use the following include to make our test apk.
16include $(call all-makefiles-under,$(LOCAL_PATH))