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
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Werner Sembach
AndroidSystemSEPolicy
Commits
5c47e391
Commit
5c47e391
authored
8 years ago
by
Colin Cross
Committed by
android-build-merger
8 years ago
Browse files
Options
Downloads
Plain Diff
Fix incremental builds am:
596fa95f
am:
4eae1d0f
Change-Id: I226bf6132c3d9ebf012b12efe3d744ac1e470b2b
parents
c2bd29bd
4eae1d0f
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
CleanSpec.mk
+7
-0
7 additions, 0 deletions
CleanSpec.mk
with
7 additions
and
0 deletions
CleanSpec.mk
+
7
−
0
View file @
5c47e391
...
...
@@ -50,3 +50,10 @@
$(
call
add-clean-step,
rm
-rf
$(
PRODUCT_OUT
)
/root/file_contexts
)
$(
call
add-clean-step,
rm
-rf
$(
PRODUCT_OUT
)
/recovery/root/file_contexts
)
$(
call
add-clean-step,
rm
-rf
$(
PRODUCT_OUT
)
/root/service_contexts
)
$(
call
add-clean-step,
rm
-rf
$(
PRODUCT_OUT
)
/recovery/root/service_contexts
)
$(
call
add-clean-step,
rm
-rf
$(
PRODUCT_OUT
)
/root/nonplat_property_contexts
)
$(
call
add-clean-step,
rm
-rf
$(
PRODUCT_OUT
)
/recovery/root/nonplat_property_contexts
)
$(
call
add-clean-step,
rm
-rf
$(
PRODUCT_OUT
)
/root/plat_property_contexts
)
$(
call
add-clean-step,
rm
-rf
$(
PRODUCT_OUT
)
/recovery/root/plat_property_contexts
)
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
register
or
sign in
to comment