Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
halo
build
Commits
c5fbef54
Commit
c5fbef54
authored
12 years ago
by
Joe Onorato
Browse files
Options
Download
Plain Diff
resolved conflicts for merge of
fab83a3d
to jb-mr1-dev
Change-Id: I97aff2be317fd10b68d933e65259ec48bd5ff6a1
parents
5956db93
fab83a3d
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
+4
-4
core/main.mk
core/main.mk
+4
-4
No files found.
core/main.mk
View file @
c5fbef54
...
...
@@ -669,16 +669,16 @@ ifdef is_sdk_build
# TODO: Should we do this for all builds and not just the sdk?
$(foreach
m,
$(PRODUCTS.$(INTERNAL_PRODUCT).PRODUCT_PACKAGES),
\
$(if
$(strip
$(ALL_MODULES.$(m).INSTALLED)),,\
$(
error
$(ALL_MODULES.$(m).MAKEFILE)
:
Module '$(m)' in PRODUCT_PACKAGES has nothing to install!)))
$(
warning
$(ALL_MODULES.$(m).MAKEFILE)
:
Module '$(m)' in PRODUCT_PACKAGES has nothing to install!)))
$(foreach
m,
$(PRODUCTS.$(INTERNAL_PRODUCT).PRODUCT_PACKAGES_DEBUG),
\
$(if
$(strip
$(ALL_MODULES.$(m).INSTALLED)),,\
$(
error
$(ALL_MODULES.$(m).MAKEFILE)
:
Module '$(m)' in PRODUCT_PACKAGES_DEBUG has nothing to install!)))
$(
warning
$(ALL_MODULES.$(m).MAKEFILE)
:
Module '$(m)' in PRODUCT_PACKAGES_DEBUG has nothing to install!)))
$(foreach
m,
$(PRODUCTS.$(INTERNAL_PRODUCT).PRODUCT_PACKAGES_ENG),
\
$(if
$(strip
$(ALL_MODULES.$(m).INSTALLED)),,\
$(
error
$(ALL_MODULES.$(m).MAKEFILE)
:
Module '$(m)' in PRODUCT_PACKAGES_ENG has nothing to install!)))
$(
warning
$(ALL_MODULES.$(m).MAKEFILE)
:
Module '$(m)' in PRODUCT_PACKAGES_ENG has nothing to install!)))
$(foreach
m,
$(PRODUCTS.$(INTERNAL_PRODUCT).PRODUCT_PACKAGES_TESTS),
\
$(if
$(strip
$(ALL_MODULES.$(m).INSTALLED)),,\
$(
error
$(ALL_MODULES.$(m).MAKEFILE)
:
Module '$(m)' in PRODUCT_PACKAGES_TESTS has nothing to install!)))
$(
warning
$(ALL_MODULES.$(m).MAKEFILE)
:
Module '$(m)' in PRODUCT_PACKAGES_TESTS has nothing to install!)))
endif
# Install all of the host modules
...
...
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