From 61e3a972e710d6636c13c342d6464fd862bff249 Mon Sep 17 00:00:00 2001 From: Hyunyoung Song Date: Mon, 16 Mar 2015 17:23:58 -0700 Subject: Add dummy string to Launcher3Tests resources to fix build error. TL;DR;; since ag/656186 which moved the all-makefiles-under call to the bottom of the launcher's Android.mk file, resources for test package will not build without a dummy file. This change is necessary for the test team to continuously run the android tests. b/19566571 Change-Id: I4ff422ac019df4447348d953c5dd606d2a0dcc58 --- tests/res/values/string.xml | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 tests/res/values/string.xml (limited to 'tests') diff --git a/tests/res/values/string.xml b/tests/res/values/string.xml new file mode 100644 index 000000000..3c1ec5c61 --- /dev/null +++ b/tests/res/values/string.xml @@ -0,0 +1,21 @@ + + + + + + Dummy string for tests. + + -- cgit v1.2.3