Merge changes I150aefde,Ic6fc1807,Id82a83fd

* changes:
  Fix to CtsHostsideNetworkTestsAidl Java library kind.
  Add missing CTS keystore build dependency.
  Fix Java library dependencies
This commit is contained in:
Paul Duffin
2016-09-08 11:03:34 +00:00
committed by Gerrit Code Review

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)