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

Commit bb8322e0 authored by Colin Cross's avatar Colin Cross Committed by android-build-merger
Browse files

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

Merge "Follow renames of conscrypt and bouncycastle to remove -host suffix" am: f4f94ab5 am: 94ddb28a am: 4d5c09aa
am: ee0dcd82

Change-Id: I607dbefe79590a5d580dcf7ff36a9171f9c38458
parents 6433fe14 ee0dcd82
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)