Follow renames of conscrypt and bouncycastle to remove -host suffix

Test: m checkbuild
Change-Id: I72bd7249cf6bdc4a2251f6877c776f439649da81
This commit is contained in:
Colin Cross
2017-10-17 15:27:52 -07:00
parent 58cd98dc47
commit b34d45ad65
2 changed files with 4 additions and 4 deletions

View File

@@ -21,5 +21,5 @@ include $(CLEAR_VARS)
LOCAL_MODULE := signtos
LOCAL_SRC_FILES := SignTos.java
LOCAL_JAR_MANIFEST := SignTos.mf
LOCAL_STATIC_JAVA_LIBRARIES := bouncycastle-host bouncycastle-bcpkix-host
LOCAL_STATIC_JAVA_LIBRARIES := bouncycastle bouncycastle-bcpkix
include $(BUILD_HOST_JAVA_LIBRARY)