Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
du
android_build
Commits
abc3fbe6
Commit
abc3fbe6
authored
10 years ago
by
Ying Wang
Committed by
Android (Google) Code Review
10 years ago
Browse files
Options
Download
Plain Diff
Merge "Run device-specific tasks at the end of Makefile." into lmp-dev
parents
b84a9ae2
66c78e46
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
0 deletions
+3
-0
core/Makefile
core/Makefile
+3
-0
No files found.
core/Makefile
View file @
abc3fbe6
...
...
@@ -1744,6 +1744,9 @@ ifneq ($(dont_bother),true)
include
$(sort $(wildcard $(BUILD_SYSTEM)/tasks/*.mk))
-include
$(sort $(wildcard vendor/*/build/tasks/*.mk))
-include
$(sort $(wildcard device/*/build/tasks/*.mk))
# Also the project-specific tasks
-include
$(sort $(wildcard vendor/*/*/build/tasks/*.mk))
-include
$(sort $(wildcard device/*/*/build/tasks/*.mk))
endif
# -----------------------------------------------------------------
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment