blob: a5e393818a53929f811e360e45bad1d406ddc7fb [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
Anton Hansson6cbe1b72018-02-22 16:11:51 +00009LOCAL_PRIVATE_PLATFORM_APIS := true
Owen Lin666ea1b2009-10-14 22:34:47 -070010LOCAL_CERTIFICATE := media
11
12include $(BUILD_PACKAGE)
13
14# Use the following include to make our test apk.
15include $(call all-makefiles-under,$(LOCAL_PATH))