blob: 616047c8f289b82a4d75d5c510dbc06767f34467 [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
Eino-Ville Talvala9efb0b12011-08-19 18:14:06 -07009#LOCAL_SDK_VERSION := current
The Android Open Source Projectb64d3452009-03-03 19:32:20 -080010
Wei-Ta Chene295e322011-06-14 16:53:04 -070011LOCAL_JNI_SHARED_LIBRARIES := libjni_mosaic
12
13LOCAL_REQUIRED_MODULES := libjni_mosaic
14
Ying Wangdef8ead2010-09-29 15:22:39 -070015LOCAL_PROGUARD_FLAG_FILES := proguard.flags
Wu-cheng Liaafae1f2010-03-02 15:11:52 -080016
The Android Open Source Projectb64d3452009-03-03 19:32:20 -080017include $(BUILD_PACKAGE)
18
Wei-Ta Chene295e322011-06-14 16:53:04 -070019ifeq ($(strip $(LOCAL_PACKAGE_OVERRIDES)),)
The Android Open Source Projectb64d3452009-03-03 19:32:20 -080020# Use the following include to make our test apk.
Wei-Ta Chene295e322011-06-14 16:53:04 -070021include $(call all-makefiles-under, $(LOCAL_PATH))
22endif