Signed-off-by: Tad <tad@spotco.us>
This commit is contained in:
Tad 2023-12-11 13:45:15 -05:00
parent 533a2e69bb
commit 85aa8d153d
No known key found for this signature in database
GPG Key ID: B286E9F57A07424B
2 changed files with 27 additions and 0 deletions

View File

@ -0,0 +1,23 @@
From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001
From: Tad <tad@spotco.us>
Date: Mon, 11 Dec 2023 13:42:41 -0500
Subject: [PATCH] Fixup missing import
Signed-off-by: Tad <tad@spotco.us>
Change-Id: I52177ea7c37da977a133afa791e7319c7fb4843b
---
stack/Android.bp | 1 +
1 file changed, 1 insertion(+)
diff --git a/stack/Android.bp b/stack/Android.bp
index b4a9d414c..be60b8ae7 100644
--- a/stack/Android.bp
+++ b/stack/Android.bp
@@ -187,6 +187,7 @@ cc_library_static {
shared_libs: [
"libcutils",
"liblog",
+ "libcrypto",
],
required: [
"libldacBT_enc",

View File

@ -466,6 +466,10 @@ echo "PRODUCT_PACKAGES += vendor.lineage.trust@1.0-service" >> packages.mk; #Add
echo "PRODUCT_PACKAGES += eSpeakNG" >> packages.mk; #PicoTTS needs work to compile on 18.1, use eSpeak-NG instead
awk -i inplace '!/speed-profile/' build/target/product/lowram.mk; #breaks compile on some dexpreopt devices
fi;
if enterAndClear "vendor/qcom/opensource/commonsys/system/bt"; then
applyPatch "$DOS_PATCHES/android_vendor_qcom_opensource_system_bt/0001-Fixup-missing-import.patch"; #R_asb_2023-12
fi;
#
#END OF ROM CHANGES
#