22 lines
599 B
Diff
22 lines
599 B
Diff
From 68aa9652663f132ec9e36e8963a1fe5de0bb9485 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.17.1
|
|
|