summaryrefslogtreecommitdiff
path: root/test/690-hiddenapi-same-name-methods/build.py
diff options
context:
space:
mode:
Diffstat (limited to 'test/690-hiddenapi-same-name-methods/build.py')
-rw-r--r--test/690-hiddenapi-same-name-methods/build.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/690-hiddenapi-same-name-methods/build.py b/test/690-hiddenapi-same-name-methods/build.py
index 8367ad04bd..942bb00273 100644
--- a/test/690-hiddenapi-same-name-methods/build.py
+++ b/test/690-hiddenapi-same-name-methods/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)