blob: 0f5170f64f816165dbac8276a94518052d5ff807 [file] [log] [blame]
Owen Linf9a0a432011-08-17 22:07:43 +08001LOCAL_PATH:= $(call my-dir)
2include $(CLEAR_VARS)
3
4LOCAL_MODULE_TAGS := optional
5
6LOCAL_STATIC_JAVA_LIBRARIES := android-support-v13
7LOCAL_STATIC_JAVA_LIBRARIES += com.android.gallery3d.common2
8
9LOCAL_SRC_FILES := $(call all-java-files-under, src)
10LOCAL_SRC_FILES += $(call all-java-files-under, src_pd)
11
12LOCAL_PACKAGE_NAME := Gallery2
13
14LOCAL_OVERRIDES_PACKAGES := Gallery Gallery3D GalleryNew3D
15
16# We mark this out until Mtp and MediaMetadataRetriever is unhidden.
17LOCAL_SDK_VERSION := current
18
19LOCAL_PROGUARD_FLAG_FILES := proguard.flags
20
21include $(BUILD_PACKAGE)
22
23# Use the following include to make our test apk.
24include $(call all-makefiles-under,$(LOCAL_PATH))