Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit f4f94ab5 authored by Treehugger Robot's avatar Treehugger Robot Committed by Gerrit Code Review
Browse files

Merge "Follow renames of conscrypt and bouncycastle to remove -host suffix"

parents e02a37d0 b34d45ad
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -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)

+1 −1
Original line number Diff line number Diff line
@@ -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)