diff options
| author | 2018-02-02 12:14:03 +0000 | |
|---|---|---|
| committer | 2018-02-02 12:14:03 +0000 | |
| commit | 21117a3b409ac1038d7170449692766a85a0cebb (patch) | |
| tree | 1a28f1844295f49d2ac2738a3afbb9a62b501106 | |
| parent | 9657618bbf511c5a32281f1cd06ed4205536d81a (diff) | |
Add libdexfile.so to the list of libraries needed for tests.
Test: testrunner.py --target --cdex-none -t 137
Change-Id: I9a9cc349fd9884caea78de26cdc149bed5c99cc1
| -rwxr-xr-x | test/etc/run-test-jar | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/etc/run-test-jar b/test/etc/run-test-jar index ea2d464d24..02438701b8 100755 --- a/test/etc/run-test-jar +++ b/test/etc/run-test-jar @@ -849,7 +849,7 @@ if [ "$HOST" = "n" ]; then fi # System libraries needed by libarttestd.so - PUBLIC_LIBS=libart.so:libartd.so:libc++.so:libbacktrace.so:libbase.so:libnativehelper.so + PUBLIC_LIBS=libart.so:libartd.so:libc++.so:libbacktrace.so:libdexfile.so:libbase.so:libnativehelper.so # Create a script with the command. The command can get longer than the longest # allowed adb command and there is no way to get the exit status from a adb shell |