-
Notifications
You must be signed in to change notification settings - Fork 20
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Change-Id: I77409b5ced88dc0b1cf4640393dbf04e8dadcff7 Signed-off-by: xiaoleGun <[email protected]>
- Loading branch information
Showing
194 changed files
with
37,684 additions
and
3,167 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
56 changes: 0 additions & 56 deletions
56
...ackages_modules_Bluetooth/0001-controller-hard-disable-LE_READ_BUFFER_SIZE_V2-and-L.patch
This file was deleted.
Oops, something went wrong.
10 changes: 5 additions & 5 deletions
10
patches/trebledroid/platform_bionic/0001-Disable-vndklite-handling.patch
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,26 +1,26 @@ | ||
From 9feb90012e1718c8b7ae736134d4465192e52223 Mon Sep 17 00:00:00 2001 | ||
From cb9d1aaacaa105c20551952ead0ad7a49408efce Mon Sep 17 00:00:00 2001 | ||
From: Pierre-Hugues Husson <[email protected]> | ||
Date: Wed, 27 Oct 2021 14:39:29 -0400 | ||
Subject: [PATCH 1/4] Disable vndklite handling | ||
Subject: [PATCH 1/2] Disable vndklite handling | ||
|
||
Change-Id: Ic4474cf80fc4b45a9a2760dd51e2ca29c4d961e2 | ||
--- | ||
linker/linker.cpp | 5 ----- | ||
1 file changed, 5 deletions(-) | ||
|
||
diff --git a/linker/linker.cpp b/linker/linker.cpp | ||
index c6588d2cd..545426fd9 100644 | ||
index 17b574fc1..c863f8ea6 100644 | ||
--- a/linker/linker.cpp | ||
+++ b/linker/linker.cpp | ||
@@ -93,7 +93,6 @@ static uint64_t g_module_unload_counter = 0; | ||
@@ -95,7 +95,6 @@ static uint64_t g_module_unload_counter = 0; | ||
static const char* const kLdConfigArchFilePath = "/system/etc/ld.config." ABI_STRING ".txt"; | ||
|
||
static const char* const kLdConfigFilePath = "/system/etc/ld.config.txt"; | ||
-static const char* const kLdConfigVndkLiteFilePath = "/system/etc/ld.config.vndk_lite.txt"; | ||
|
||
static const char* const kLdGeneratedConfigFilePath = "/linkerconfig/ld.config.txt"; | ||
|
||
@@ -3365,10 +3364,6 @@ static std::string get_ld_config_file_apex_path(const char* executable_path) { | ||
@@ -3423,10 +3422,6 @@ static std::string get_ld_config_file_apex_path(const char* executable_path) { | ||
} | ||
|
||
static std::string get_ld_config_file_vndk_path() { | ||
|
Oops, something went wrong.