Skip to content
Snippets Groups Projects
Commit 3e201a19 authored by Jeff Vander Stoep's avatar Jeff Vander Stoep Committed by android-build-merger
Browse files

Merge "Add userbuild() macro for user-build-only policy" into oc-mr1-dev

am: 8c8994f5

Change-Id: Ia25366a937ca35cd7b0ab4a8c1cfcdc6abd4d9ba
parents 219a8c8c 8c8994f5
No related branches found
No related tags found
No related merge requests found
......@@ -459,6 +459,12 @@ define(`not_full_treble', ifelse(target_full_treble, `true', , $1))
#
define(`userdebug_or_eng', ifelse(target_build_variant, `eng', $1, ifelse(target_build_variant, `userdebug', $1)))
#####################################
# User builds
# SELinux rules which apply only to user builds
#
define(`userbuild', ifelse(target_build_variant, `user', $1, ))
#####################################
# asan builds
# SELinux rules which apply only to asan builds
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment