| commit | d619f54276ed3d1a550bca196e6d1480c7c89eb0 | [log] [tgz] |
|---|---|---|
| author | Paul Duffin <[email protected]> | Mon Jun 12 13:50:24 2017 +0100 |
| committer | Paul Duffin <[email protected]> | Mon Jun 12 13:50:24 2017 +0100 |
| tree | 286f2378c230af69963efabfc132045ca553c47b | |
| parent | f231d3863367563adc359cb95a99cb25f37de54c [diff] |
Move SpannedTestUtils into tests SpannedTestUtils was only used by test code but was built as part of the production code. This change moves it into the tests subdirectory to prevent that from happening. Bug: 30188076 Test: make checkbuild after removing junit from API Change-Id: I38dade765fa81046eb4cc19240d6faf1a7203b15
diff --git a/src/com/android/contacts/common/format/SpannedTestUtils.java b/tests/src/com/android/contacts/common/format/SpannedTestUtils.java similarity index 100% rename from src/com/android/contacts/common/format/SpannedTestUtils.java rename to tests/src/com/android/contacts/common/format/SpannedTestUtils.java