Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
sepolicy: ignore neverallows
Change-Id: Ib68df6e2aeedd04049cb256dd2f37400d9778631
  • Loading branch information
Rashed97 authored and lindwurm committed Jan 4, 2019
1 parent 3305d23 commit e99a84b
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions build/core/config.mk
Expand Up @@ -14,3 +14,8 @@
# limitations under the License.

BUILD_RRO_SYSTEM_PACKAGE := $(TOPDIR)vendor/floko/build/core/system_rro.mk

# We modify several neverallows, so let the build proceed
ifneq ($(TARGET_BUILD_VARIANT),user)
SELINUX_IGNORE_NEVERALLOWS := true
endif

0 comments on commit e99a84b

Please sign in to comment.