commit | 9259176007f5aad8fb9c79abb725b40c89327c40 | [log] [tgz] |
---|---|---|
author | Aaron Holden <aaronholden@google.com> | Wed Dec 07 18:52:10 2016 -0800 |
committer | Aaron Holden <aaronholden@google.com> | Mon Dec 12 12:27:20 2016 -0800 |
tree | 3e1db0cabb401a8ecd2775b99fc63397a567d431 | |
parent | 3e0f95f870e73589c01082fd720da162d8d90e48 [diff] [blame] |
Move libs/deviceutil to device-side/util Test: build cts, run unit tests bug:21762834 Change-Id: Ifd164ced7f040e312e3553f27adf59a648f463ab
diff --git a/hostsidetests/appsecurity/test-apps/EncryptionApp/Android.mk b/hostsidetests/appsecurity/test-apps/EncryptionApp/Android.mk index d362ed6..930ac82 100644 --- a/hostsidetests/appsecurity/test-apps/EncryptionApp/Android.mk +++ b/hostsidetests/appsecurity/test-apps/EncryptionApp/Android.mk
@@ -20,7 +20,7 @@ LOCAL_MODULE_TAGS := tests LOCAL_SDK_VERSION := current -LOCAL_STATIC_JAVA_LIBRARIES := android-support-test ctsdeviceutil ctstestrunner ub-uiautomator +LOCAL_STATIC_JAVA_LIBRARIES := android-support-test compatibility-device-util ctstestrunner ub-uiautomator LOCAL_SRC_FILES := $(call all-java-files-under, src)