summaryrefslogtreecommitdiffstats
path: root/media/tests/CameraBrowser/Android.mk
blob: 1d8112911d3c34f79334c42e80f594b38430ac2e (plain)
1
2
3
4
5
6
7
8
9
10
LOCAL_PATH:= $(call my-dir)
include $(CLEAR_VARS)

LOCAL_MODULE_TAGS := tests

LOCAL_SRC_FILES := $(call all-subdir-java-files)

LOCAL_PACKAGE_NAME := CameraBrowser

include $(BUILD_PACKAGE)