spes: Provide libcrypto-v34 vndk

Change-Id: I3e943238b49666fafbc88c842ea1c25c05ea4a67
Signed-off-by: Pranav Vashi <neobuddy89@gmail.com>
Signed-off-by: firebird11 <hbgassel@gmail.com>
(cherry picked from commit 00daff5db65b68c44a1115579e52938092f04fd0)
This commit is contained in:
Pranav Vashi
2024-09-15 03:49:38 +05:30
committed by Yograt
parent adfb3985f9
commit 7785f4d8be
3 changed files with 25 additions and 0 deletions

23
vndk/Android.bp Normal file
View File

@@ -0,0 +1,23 @@
//
// Copyright (C) 2023 The LineageOS Project
//
// SPDX-License-Identifier: Apache-2.0
//
cc_prebuilt_library_shared {
name: "libcrypto-v34",
vendor: true,
strip: {
none: true,
},
target: {
android_arm: {
srcs: ["v34/arm/libcrypto-v34.so"],
},
android_arm64: {
srcs: ["v34/arm64/libcrypto-v34.so"],
},
},
compile_multilib: "both",
check_elf_files: false,
}

View File

@@ -0,0 +1 @@
../../../../../../prebuilts/vndk/v34/arm/arch-arm-armv7-a-neon/shared/vndk-core/libcrypto.so

View File

@@ -0,0 +1 @@
../../../../../../prebuilts/vndk/v34/arm64/arch-arm64-armv8-a/shared/vndk-core/libcrypto.so