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

LOCAL_MODULE_TAGS := tests

LOCAL_PACKAGE_NAME := OverlayTest

LOCAL_SRC_FILES := $(call all-java-files-under, src)

include $(BUILD_PACKAGE)