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
cobalt
build
Commits
cc3b2a58
Commit
cc3b2a58
authored
9 years ago
by
Dan Willemsen
Committed by
Gerrit Code Review
9 years ago
Browse files
Options
Download
Plain Diff
Merge "Sanity check LOCAL_SRC_FILES_EXCLUDE"
parents
dbb5527a
c29172c3
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
0 deletions
+5
-0
core/binary.mk
core/binary.mk
+5
-0
No files found.
core/binary.mk
View file @
cc3b2a58
...
...
@@ -177,6 +177,11 @@ my_asflags += $(LOCAL_ASFLAGS_$($(my_prefix)$(LOCAL_2ND_ARCH_VAR_PREFIX)ARCH)) $
my_c_includes
+=
$
(
LOCAL_C_INCLUDES_
$
(
$(my_prefix)$(LOCAL_2ND_ARCH_VAR_PREFIX)
ARCH
))
$
(
LOCAL_C_INCLUDES_
$(my_32_64_bit_suffix)
)
my_generated_sources
+=
$
(
LOCAL_GENERATED_SOURCES_
$
(
$(my_prefix)$(LOCAL_2ND_ARCH_VAR_PREFIX)
ARCH
))
$
(
LOCAL_GENERATED_SOURCES_
$(my_32_64_bit_suffix)
)
my_missing_exclude_files
:=
$(
filter-out
$(my_src_files)
,
$(my_src_files_exclude)
)
ifneq
($(my_missing_exclude_files),)
$(warning
Files
are
listed
in
LOCAL_SRC_FILES_EXCLUDE
but
not
LOCAL_SRC_FILES)
$(error
$(my_missing_exclude_files))
endif
my_src_files
:=
$(
filter-out
$(my_src_files_exclude)
,
$(my_src_files)
)
my_clang
:=
$(
strip
$(LOCAL_CLANG)
)
...
...
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