summaryrefslogtreecommitdiffstats
path: root/tests/component
diff options
context:
space:
mode:
authorTao Bao <tbao@google.com>2018-08-15 19:56:19 +0200
committerGerrit Code Review <noreply-gerritcodereview@google.com>2018-08-15 19:56:19 +0200
commitb1ff1bc43bb4b42be13e950cbf76ad5d4b624cb6 (patch)
treeb9360b1ec212027a08728a47e013d355bbe648ef /tests/component
parentMerge "Track the change to update_engine_sideload path." (diff)
parenttests: Move to Android.bp. (diff)
downloadandroid_bootable_recovery-b1ff1bc43bb4b42be13e950cbf76ad5d4b624cb6.tar
android_bootable_recovery-b1ff1bc43bb4b42be13e950cbf76ad5d4b624cb6.tar.gz
android_bootable_recovery-b1ff1bc43bb4b42be13e950cbf76ad5d4b624cb6.tar.bz2
android_bootable_recovery-b1ff1bc43bb4b42be13e950cbf76ad5d4b624cb6.tar.lz
android_bootable_recovery-b1ff1bc43bb4b42be13e950cbf76ad5d4b624cb6.tar.xz
android_bootable_recovery-b1ff1bc43bb4b42be13e950cbf76ad5d4b624cb6.tar.zst
android_bootable_recovery-b1ff1bc43bb4b42be13e950cbf76ad5d4b624cb6.zip
Diffstat (limited to '')
-rw-r--r--tests/component/resources_test.cpp5
1 files changed, 2 insertions, 3 deletions
diff --git a/tests/component/resources_test.cpp b/tests/component/resources_test.cpp
index b00c3d528..54329db22 100644
--- a/tests/component/resources_test.cpp
+++ b/tests/component/resources_test.cpp
@@ -33,9 +33,8 @@
static const std::string kLocale = "zu";
static const std::vector<std::string> kResourceImagesDirs{
- "res-testdata/res-mdpi/images/", "res-testdata/res-hdpi/images/",
- "res-testdata/res-xhdpi/images/", "res-testdata/res-xxhdpi/images/",
- "res-testdata/res-xxxhdpi/images/",
+ "res-mdpi/images/", "res-hdpi/images/", "res-xhdpi/images/",
+ "res-xxhdpi/images/", "res-xxxhdpi/images/",
};
static int png_filter(const dirent* de) {