blob: 3776bf9dc21c523a56d2c2846196b6f7bba9d669 [file] [log] [blame]
Owen Lin666ea1b2009-10-14 22:34:47 -07001LOCAL_PATH:= $(call my-dir)
2include $(CLEAR_VARS)
3
Jean-Baptiste Queru00542352010-01-05 16:27:23 -08004LOCAL_MODULE_TAGS := optional
Owen Lin666ea1b2009-10-14 22:34:47 -07005
6LOCAL_SRC_FILES := $(call all-java-files-under, src)
7
Owen Lind6c2fb72009-10-15 03:43:44 -07008LOCAL_PACKAGE_NAME := Gallery
Owen Lin666ea1b2009-10-14 22:34:47 -07009LOCAL_CERTIFICATE := media
10
11include $(BUILD_PACKAGE)
12
13# Use the following include to make our test apk.
14include $(call all-makefiles-under,$(LOCAL_PATH))