Skip to content
Snippets Groups Projects
Commit d070b671 authored by Nick Kralevich's avatar Nick Kralevich
Browse files

Remove "eng" macro

Never used.

Test: policy compiles.
Change-Id: I0ce6c46bb05925a4b3eda83531b28f873b0c9b99
parent d1228f2e
No related branches found
No related tags found
No related merge requests found
......@@ -284,7 +284,6 @@ define(`recovery_only', ifelse(target_recovery, `true', $1, ))
# SELinux rules which apply only to userdebug or eng builds
#
define(`userdebug_or_eng', ifelse(target_build_variant, `eng', $1, ifelse(target_build_variant, `userdebug', $1)))
define(`eng', ifelse(target_build_variant, `eng', $1))
#####################################
# SELinux rules for HALs that have either been binderized or are
......
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