Sync up to v215

This commit is contained in:
Andy CrossGate Yan
2020-04-13 03:00:27 +00:00
parent 80a47a7f4f
commit d1718561d3
5 changed files with 147 additions and 50 deletions

View File

@@ -0,0 +1,21 @@
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