summaryrefslogtreecommitdiff
path: root/tests/GridLayoutTest/Android.mk
diff options
context:
space:
mode:
author Anton Hansson <hansson@google.com> 2018-02-28 17:09:04 +0000
committer Android (Google) Code Review <android-gerrit@google.com> 2018-02-28 17:09:04 +0000
commit3ee84990de1b176fa3ceab6218d2b7f31e1ed44b (patch)
tree2deffa2b9fd7c04efe1e6792b1037aec3fdf6b77 /tests/GridLayoutTest/Android.mk
parent5ef42473526b480c8295389288fa90873a18bff1 (diff)
parentab6ec61251786bf6b4d0407db3bc28aeefcb55db (diff)
Merge "frameworks/base: Set LOCAL_SDK_VERSION where possible."
Diffstat (limited to 'tests/GridLayoutTest/Android.mk')
-rw-r--r--tests/GridLayoutTest/Android.mk1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/GridLayoutTest/Android.mk b/tests/GridLayoutTest/Android.mk
index a02918b0a464..e7e3ccd56986 100644
--- a/tests/GridLayoutTest/Android.mk
+++ b/tests/GridLayoutTest/Android.mk
@@ -20,6 +20,7 @@ include $(CLEAR_VARS)
LOCAL_SRC_FILES := $(call all-subdir-java-files)
LOCAL_PACKAGE_NAME := GridLayoutTest
+LOCAL_SDK_VERSION := current
LOCAL_MODULE_TAGS := tests