diff options
Diffstat (limited to 'test/691-hiddenapi-proxy/build.py')
-rw-r--r-- | test/691-hiddenapi-proxy/build.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/691-hiddenapi-proxy/build.py b/test/691-hiddenapi-proxy/build.py index 8367ad04bd..942bb00273 100644 --- a/test/691-hiddenapi-proxy/build.py +++ b/test/691-hiddenapi-proxy/build.py @@ -13,6 +13,6 @@ # See the License for the specific language governing permissions and # limitations under the License. -from art_build_rules import build_run_test -build_run_test(use_hiddenapi=True) +def build(ctx): + ctx.default_build(use_hiddenapi=True) |