Merge "Follow renames of conscrypt and bouncycastle to remove -host suffix" am: f4f94ab567 am: 94ddb28a26 am: 4d5c09aad9

am: ee0dcd825e

Change-Id: I607dbefe79590a5d580dcf7ff36a9171f9c38458
This commit is contained in:
Colin Cross 2017-10-18 14:55:53 +00:00 committed by android-build-merger
commit bb8322e08b
2 changed files with 4 additions and 4 deletions

View file

@ -23,9 +23,9 @@ LOCAL_SRC_FILES := $(call all-java-files-under, src)
LOCAL_JAR_MANIFEST := SignApk.mf
LOCAL_STATIC_JAVA_LIBRARIES := \
apksig \
bouncycastle-host \
bouncycastle-bcpkix-host \
conscrypt-host
bouncycastle \
bouncycastle-bcpkix \
conscrypt
LOCAL_REQUIRED_MODULES := libconscrypt_openjdk_jni
include $(BUILD_HOST_JAVA_LIBRARY)

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)