diff options
author | big biff <bigbiff@teamw.in> | 2019-01-06 19:30:20 +0100 |
---|---|---|
committer | Gerrit Code Review <gerrit2@gerrit.omnirom.org> | 2019-01-06 19:30:20 +0100 |
commit | 635874da21e8147e33b5d71507ac8a148ac04fc7 (patch) | |
tree | 94f0a217f328d9f8bb5c50e42d61f3b706311f37 /prebuilt | |
parent | Fix building in Lineage 16.0 (diff) | |
parent | Include weaver library in 9.0 trees (diff) | |
download | android_bootable_recovery-635874da21e8147e33b5d71507ac8a148ac04fc7.tar android_bootable_recovery-635874da21e8147e33b5d71507ac8a148ac04fc7.tar.gz android_bootable_recovery-635874da21e8147e33b5d71507ac8a148ac04fc7.tar.bz2 android_bootable_recovery-635874da21e8147e33b5d71507ac8a148ac04fc7.tar.lz android_bootable_recovery-635874da21e8147e33b5d71507ac8a148ac04fc7.tar.xz android_bootable_recovery-635874da21e8147e33b5d71507ac8a148ac04fc7.tar.zst android_bootable_recovery-635874da21e8147e33b5d71507ac8a148ac04fc7.zip |
Diffstat (limited to 'prebuilt')
-rw-r--r-- | prebuilt/Android.mk | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/prebuilt/Android.mk b/prebuilt/Android.mk index e28becd47..e7bf8017e 100644 --- a/prebuilt/Android.mk +++ b/prebuilt/Android.mk @@ -208,6 +208,9 @@ ifeq ($(TW_INCLUDE_CRYPTO), true) ifneq ($(wildcard hardware/interfaces/weaver/Android.bp),) RELINK_SOURCE_FILES += $(TARGET_OUT_SHARED_LIBRARIES)/android.hardware.weaver@1.0.so endif + ifneq ($(wildcard hardware/interfaces/weaver/1.0/Android.bp),) + RELINK_SOURCE_FILES += $(TARGET_OUT_SHARED_LIBRARIES)/android.hardware.weaver@1.0.so + endif RELINK_SOURCE_FILES += $(TARGET_OUT_SHARED_LIBRARIES)/libhardware_legacy.so else RELINK_SOURCE_FILES += $(TARGET_OUT_SHARED_LIBRARIES)/libkeymaster1.so |