26 lines
890 B
Diff
26 lines
890 B
Diff
From 47af450ead33251ed80186d3b203e74d4930a775 Mon Sep 17 00:00:00 2001
|
|
From: Pierre-Hugues Husson <phh@phh.me>
|
|
Date: Fri, 6 Sep 2019 15:10:28 +0200
|
|
Subject: [PATCH] Whitelist radio HALs (needed because they need to e in
|
|
framework because of weird jarjar issue)
|
|
|
|
Change-Id: If1ccbedde92955bb86f4c6db6d68502784de1d8d
|
|
---
|
|
core/tasks/check_boot_jars/package_whitelist.txt | 3 +++
|
|
1 file changed, 3 insertions(+)
|
|
|
|
diff --git a/core/tasks/check_boot_jars/package_whitelist.txt b/core/tasks/check_boot_jars/package_whitelist.txt
|
|
index d7dc368ee..7b6d5d8e7 100644
|
|
--- a/core/tasks/check_boot_jars/package_whitelist.txt
|
|
+++ b/core/tasks/check_boot_jars/package_whitelist.txt
|
|
@@ -254,3 +254,6 @@ org\.lineageos\.platform\.internal
|
|
org\.codeaurora\.ims.*
|
|
# telephony-ext:
|
|
org\.codeaurora\.internal.*
|
|
+
|
|
+vendor\.samsung\.hardware\.radio\.V1_2
|
|
+vendor\.mediatek\.hardware\.radio\.V2_0
|
|
--
|
|
2.17.1
|
|
|