Fix to CtsHostsideNetworkTestsAidl Java library kind.

Fixes Error Prone build.
Bug: 27723540

(cherry picked from commit ad015ac64d0e510cc040a83b1d545e3a1405b1f7)

Change-Id: I150aefde61615023e86e19645a46e432a0183705
This commit is contained in:
Ian Rogers
2016-05-26 11:57:41 -07:00
committed by Paul Duffin
parent cf8d6e3253
commit 03ee9869ac

View File

@@ -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)