Skip to content
Snippets Groups Projects
Commit 6395a91b 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: I5327bcea18feabc38427948fcfa0e505846629e4
parents c56ea3f1 8c8994f5
No related branches found
No related tags found
No related merge requests found
......@@ -461,6 +461,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