Merge "Remove userbuild macro"

This commit is contained in:
TreeHugger Robot 2017-11-07 01:32:16 +00:00 committed by Android (Google) Code Review
commit 29c7ef84c3

View file

@ -477,12 +477,6 @@ 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