diff options
| author | 2016-11-29 13:00:19 +0000 | |
|---|---|---|
| committer | 2016-11-29 14:52:42 +0000 | |
| commit | 4a064d20108d2c664bd6e01be21c36803f33bc08 (patch) | |
| tree | 63b290e92b7122a11a3a441d7e30564ee150ee1d | |
| parent | 21ed56daacea56274372773ba807a30f00eaac4e (diff) | |
Use junit-host instead of junit
Bug: 30188076
Test: make checkbuild
Change-Id: I3496b9d7e40abf7712a56ba633a2becd0aa17c06
| -rw-r--r-- | tools/layoutlib/bridge/tests/Android.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/layoutlib/bridge/tests/Android.mk b/tools/layoutlib/bridge/tests/Android.mk index 8a81d0b684db..465647606e52 100644 --- a/tools/layoutlib/bridge/tests/Android.mk +++ b/tools/layoutlib/bridge/tests/Android.mk @@ -28,7 +28,7 @@ LOCAL_JAVA_LIBRARIES := layoutlib \ layoutlib_api-prebuilt \ tools-common-prebuilt \ sdk-common \ - junit + junit-host include $(BUILD_HOST_JAVA_LIBRARY) |