blob: bf9416c279beb543dcbf3002a6cc087e69d5f9e4 [file] [log] [blame]
Mårten Kongstadad6ed952014-01-31 14:47:44 +01001LOCAL_PATH := $(call my-dir)
2include $(CLEAR_VARS)
3
4LOCAL_MODULE_TAGS := tests
5
Mårten Kongstadad6ed952014-01-31 14:47:44 +01006LOCAL_SDK_VERSION := current
7
8LOCAL_PACKAGE_NAME := com.android.overlaytest.first_app_overlay
9
10include $(BUILD_PACKAGE)