diff options
Diffstat (limited to 'test/817-hiddenapi/run.py')
-rw-r--r-- | test/817-hiddenapi/run.py | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/test/817-hiddenapi/run.py b/test/817-hiddenapi/run.py index 0ebb768cc9..6855da1d81 100644 --- a/test/817-hiddenapi/run.py +++ b/test/817-hiddenapi/run.py @@ -1,5 +1,3 @@ -#!/bin/bash -# # Copyright 2022 The Android Open Source Project # # Licensed under the Apache License, Version 2.0 (the "License"); @@ -16,6 +14,7 @@ def run(ctx, args): + args.testlib += [args.testlib[0] + "_external"] ctx.default_run(args) # On gcstress configurations, an extra "JNI_OnUnload called" line may |