commit | 0146627d9200ae4c028c29504fb95445e5ebb70b | [log] [tgz] |
---|---|---|
author | Brett Chabot <brettchabot@google.com> | Wed Mar 06 15:52:42 2019 -0800 |
committer | Brett Chabot <brettchabot@google.com> | Mon Mar 11 23:26:10 2019 +0000 |
tree | db178ef2ee218e55e20afd2cccc7ee1281154de3 | |
parent | 2fa9ea1fa18747c10873a9d0b01597f0601a83f0 [diff] [blame] |
DO NOT MERGE - Migrate remaining cts to androidx.test. See go/jetpack-test-android-migration Test: m cts Exempt-From-Owner-Approval: automated refactoring, has already been reviewed by owners downstream Bug: 127482512 Change-Id: If72aed95ef9e436bcc6e063abc0478eca365cc9b
diff --git a/hostsidetests/backup/FullBackupOnly/FullBackupOnlyFalseWithAgentApp/Android.mk b/hostsidetests/backup/FullBackupOnly/FullBackupOnlyFalseWithAgentApp/Android.mk index 62b9860..eaeafe8 100644 --- a/hostsidetests/backup/FullBackupOnly/FullBackupOnlyFalseWithAgentApp/Android.mk +++ b/hostsidetests/backup/FullBackupOnly/FullBackupOnlyFalseWithAgentApp/Android.mk
@@ -25,7 +25,7 @@ LOCAL_PROGUARD_ENABLED := disabled -LOCAL_STATIC_JAVA_LIBRARIES := android-support-test +LOCAL_STATIC_JAVA_LIBRARIES := androidx.test.rules LOCAL_SRC_FILES := $(call all-java-files-under, ../src)