From b28f68d616afa641557e0c0dba7efa643d5158c1 Mon Sep 17 00:00:00 2001 From: Julian Xhokaxhiu Date: Sat, 21 Jan 2017 11:43:44 +0100 Subject: [PATCH] Add WITH_SU flag support See http://lineageos.org/Update-and-Build-Prep/ --- Dockerfile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Dockerfile b/Dockerfile index 6705c76..b1b8b82 100644 --- a/Dockerfile +++ b/Dockerfile @@ -47,6 +47,9 @@ ENV DEBUG false # Clean artifacts output after each build ENV CLEAN_AFTER_BUILD true +# Provide root capabilities builtin inside the ROM ( see http://lineageos.org/Update-and-Build-Prep/ ) +ENV WITH_SU true + # Create Volume entry points ############################