lineage_patches_unified/patches/platform_build/0003-Skip-mounting-oem-because-if-it-exists-it-includes-f.patch
Andy CrossGate Yan 79b5b414a7 Regenerate patches
frameworks/base got too messy, time to clean it up
2021-02-14 10:41:04 +00:00

22 lines
599 B
Diff

From 9434797f88d439d3dff8c7af733dcea2cdfed7ab Mon Sep 17 00:00:00 2001
From: Pierre-Hugues Husson <phh@phh.me>
Date: Sun, 22 Mar 2020 18:09:04 +0100
Subject: [PATCH 3/3] Skip mounting /oem, because if it exists, it includes
framework-level stuff we dont want
---
target/product/gsi/skip_mount.cfg | 1 +
1 file changed, 1 insertion(+)
diff --git a/target/product/gsi/skip_mount.cfg b/target/product/gsi/skip_mount.cfg
index 549767edf..327676384 100644
--- a/target/product/gsi/skip_mount.cfg
+++ b/target/product/gsi/skip_mount.cfg
@@ -1,2 +1,3 @@
/product
/product_services
+/oem
--
2.25.1