OSDN Git Service

Merge "add up button support for filmstrip" into gb-ub-photos-carlsbad
[android-x86/packages-apps-Camera2.git] / Android.mk
1 LOCAL_PATH:= $(call my-dir)
2
3 include $(CLEAR_VARS)
4
5 LOCAL_MODULE_TAGS := optional
6
7 LOCAL_STATIC_JAVA_LIBRARIES := android-support-v13
8 LOCAL_STATIC_JAVA_LIBRARIES += xmp_toolkit
9
10
11 LOCAL_SRC_FILES := $(call all-java-files-under, src)
12 LOCAL_SRC_FILES += $(call all-java-files-under, src_pd)
13
14 LOCAL_RESOURCE_DIR += $(LOCAL_PATH)/res
15
16 LOCAL_AAPT_FLAGS := --auto-add-overlay
17
18 LOCAL_PACKAGE_NAME := Camera2
19
20 LOCAL_SDK_VERSION := current
21
22 LOCAL_PROGUARD_FLAG_FILES := proguard.flags
23
24 include $(BUILD_PACKAGE)
25
26 include $(call all-makefiles-under, $(LOCAL_PATH))