commit | 1db04590ce6802175b65dfd7dee1611f93f249c7 | [log] [tgz] |
---|---|---|
author | Stuart Scott <stuartscott@google.com> | Thu Jun 18 11:18:09 2015 -0700 |
committer | Stuart Scott <stuartscott@google.com> | Thu Jun 18 11:18:09 2015 -0700 |
tree | 61816da1295f7af3334e4a082982dba8b56c3a89 | |
parent | 0228bf91f5360f307591bfae80b0a96d79768fcd [diff] |
Build fix. bug: 21871721 Change-Id: Ia790227e44f11ba5cc104f1a4497daea55b51e4f
diff --git a/tests/tests/display/Android.mk b/tests/tests/display/Android.mk index 724800f8f..dc815c3 100644 --- a/tests/tests/display/Android.mk +++ b/tests/tests/display/Android.mk
@@ -38,4 +38,4 @@ LOCAL_SDK_VERSION := current -include $(BUILD_PACKAGE) +include $(BUILD_CTS_PACKAGE)
diff --git a/tests/tests/gesture/Android.mk b/tests/tests/gesture/Android.mk index b8e6699..0c4e023 100755 --- a/tests/tests/gesture/Android.mk +++ b/tests/tests/gesture/Android.mk
@@ -36,4 +36,4 @@ LOCAL_SDK_VERSION := current -include $(BUILD_PACKAGE) \ No newline at end of file +include $(BUILD_CTS_PACKAGE)