commit | 03779186728a4d785ee14613d662b43b2b6de57e | [log] [tgz] |
---|---|---|
author | me2151 <me2151@invictrixrom.com> | Mon Sep 10 14:33:13 2018 -0400 |
committer | Aren Clegg <compiterman2k3@live.com> | Sat Dec 22 19:18:57 2018 -0800 |
tree | d4c379e13f28f597e4857496d2a9e1c231c6098c | |
parent | a35f072fa57fd123b480f10733762eafe9f81c73 [diff] [blame] |
TEMP:Allow Neverallows Change-Id: I097883d59576abbae0c50529e7733eb4f2dc84cb
diff --git a/config/common.mk b/config/common.mk index c4148f7..e3ff5f6 100644 --- a/config/common.mk +++ b/config/common.mk
@@ -139,3 +139,8 @@ # Boot Animation PRODUCT_PACKAGES += \ bootanimation.zip + +# We modify several neverallows, so let the build proceed +ifneq ($(TARGET_BUILD_VARIANT),user) +SELINUX_IGNORE_NEVERALLOWS := true +endif