summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJeff Brown <jeffbrown@google.com>2012-05-31 16:08:05 -0700
committerJeff Brown <jeffbrown@google.com>2012-05-31 16:08:05 -0700
commit50d57364f97135906e3acd627d8c3327057d4bb4 (patch)
treebf908f5491b3c00fab11fa3f3fa723fae8802c7c
parent6cc9755baac9cde9b1327cd090c5d6bea6dbbb00 (diff)
downloadandroid_development-50d57364f97135906e3acd627d8c3327057d4bb4.tar.gz
android_development-50d57364f97135906e3acd627d8c3327057d4bb4.tar.bz2
android_development-50d57364f97135906e3acd627d8c3327057d4bb4.zip
Fix libutils test package path.
Change-Id: Ibee2db4e75c5872d94984a02ef8bbdc6bd1e4b33
-rw-r--r--testrunner/test_defs.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/testrunner/test_defs.xml b/testrunner/test_defs.xml
index 6a1d73e9f..ada90d209 100644
--- a/testrunner/test_defs.xml
+++ b/testrunner/test_defs.xml
@@ -129,7 +129,7 @@ See test_defs.xsd for more information.
description="Framework libandroidfw unit tests." />
<test-native name="libutils"
- build_path="frameworks/base/libs/utils/tests"
+ build_path="frameworks/native/libs/utils/tests"
description="Framework libutils unit tests." />
<test-native name="libinput"