From b2a30d6fab531cfac87ff66f43c2f8d8f1bb3736 Mon Sep 17 00:00:00 2001 From: Liam McLoughlin Date: Thu, 27 Sep 2012 08:15:32 +0000 Subject: [PATCH] Mask out OEM partition for factory images BUG=chrome-os-partner:14645 TEST=Build factory image, verify OEM partition is empty Change-Id: I4ca863401137051bf0bacfd0dc886811c21fcc37 Reviewed-on: https://gerrit.chromium.org/gerrit/34181 Tested-by: Liam McLoughlin Reviewed-by: Hung-Te Lin Commit-Ready: Liam McLoughlin --- common.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/common.sh b/common.sh index daa916e76a..168600674a 100644 --- a/common.sh +++ b/common.sh @@ -405,6 +405,7 @@ FACTORY_SHIM_INSTALL_MASK=" /usr/share/sounds /usr/share/tts /usr/share/zoneinfo + /usr/share/oem " # -----------------------------------------------------------------------------