commit | d833f842f9fd236f187b8c0a1c19cab3872b2fd7 | [log] [tgz] |
---|---|---|
author | Yohei Yukawa <yukawa@google.com> | Mon Mar 19 22:48:55 2018 -0700 |
committer | Yohei Yukawa <yukawa@google.com> | Mon Mar 19 22:48:55 2018 -0700 |
tree | cbf344fe12387792ff2f997be565db6a1100af0c | |
parent | fb3f4c0e8647a5c21f2b01e94a10878c9a0ec635 [diff] [blame] |
Ensure hostside IME tests only use public APIs With this CL all the APKs used for hostside IME CTS tests can be built only with public APIs and Test APIs at compile time. There should be no behavior / requirement change in existing CTS tests. Test: make -j cts Bug: 72399950 Change-Id: I44afda72d321c103a8bb1310fa3bd1d76c3ae8b1
diff --git a/hostsidetests/inputmethodservice/deviceside/devicetest/Android.mk b/hostsidetests/inputmethodservice/deviceside/devicetest/Android.mk index 9582a92..6f3a29d 100644 --- a/hostsidetests/inputmethodservice/deviceside/devicetest/Android.mk +++ b/hostsidetests/inputmethodservice/deviceside/devicetest/Android.mk
@@ -40,6 +40,6 @@ LOCAL_PACKAGE_NAME := CtsInputMethodServiceDeviceTests -LOCAL_SDK_VERSION := current +LOCAL_SDK_VERSION := test_current include $(BUILD_CTS_PACKAGE)