Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
A
AndroidSystemSEPolicy
Manage
Activity
Members
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Container registry
Model registry
Analyze
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Matombo
AndroidSystemSEPolicy
Commits
f579ef15
Commit
f579ef15
authored
Oct 26, 2016
by
Jeff Vander Stoep
Browse files
Options
Downloads
Patches
Plain Diff
Rename macros for (non)binderized HALs
Test: builds Bug: 32243668 Change-Id: I1ad4b53003462e932cf80b6972db1520dc66d735
parent
2370fc77
No related branches found
No related tags found
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
public/te_macros
+4
-4
4 additions, 4 deletions
public/te_macros
with
4 additions
and
4 deletions
public/te_macros
+
4
−
4
View file @
f579ef15
...
...
@@ -282,11 +282,11 @@ define(`userdebug_or_eng', ifelse(target_build_variant, `eng', $1, ifelse(target
define(`eng', ifelse(target_build_variant, `eng', $1))
#####################################
#
Treble or non-Treble builds
#
SELinux rules which only apply to Treble or non-Treble builds
#
SELinux rules for HALs that have either been binderized or are
#
still passthrough.
#
define(`
treble_only
', ifelse(target_build_treble, `true', $1))
define(`
non_treble_only
', ifelse(target_build_treble, `', $1))
define(`
binderized_hal
', ifelse(target_build_treble, `true', $1))
define(`
passthrough_hal
', ifelse(target_build_treble, `', $1))
#####################################
# write_logd(domain)
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
sign in
to comment