From 03ee9869ac7ef7cc5e6f854e09e9a8f8ff7519b3 Mon Sep 17 00:00:00 2001 From: Ian Rogers Date: Thu, 26 May 2016 11:57:41 -0700 Subject: [PATCH] Fix to CtsHostsideNetworkTestsAidl Java library kind. Fixes Error Prone build. Bug: 27723540 (cherry picked from commit ad015ac64d0e510cc040a83b1d545e3a1405b1f7) Change-Id: I150aefde61615023e86e19645a46e432a0183705 --- tests/cts/hostside/aidl/Android.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/cts/hostside/aidl/Android.mk b/tests/cts/hostside/aidl/Android.mk index a7ec6efb31..4aa55b6a08 100644 --- a/tests/cts/hostside/aidl/Android.mk +++ b/tests/cts/hostside/aidl/Android.mk @@ -19,4 +19,4 @@ LOCAL_MODULE_TAGS := tests LOCAL_SDK_VERSION := current LOCAL_SRC_FILES := com/android/cts/net/hostside/IRemoteSocketFactory.aidl LOCAL_MODULE := CtsHostsideNetworkTestsAidl -include $(BUILD_JAVA_LIBRARY) +include $(BUILD_STATIC_JAVA_LIBRARY)