Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Xiph.Org
aom-rav1e
Commits
1551d7c0
Commit
1551d7c0
authored
Apr 15, 2015
by
James Zern
Committed by
Gerrit Code Review
Apr 15, 2015
Browse files
Merge "Android.mk: add a flag to control shared/static lib"
parents
14e7203e
b815f3a9
Changes
1
Hide whitespace changes
Inline
Side-by-side
build/make/Android.mk
View file @
1551d7c0
...
...
@@ -184,7 +184,11 @@ clean:
@
$(RM)
-r
$(ASM_CNV_PATH)
@
$(RM)
$
(
CLEAN-OBJS
)
include
$(BUILD_SHARED_LIBRARY)
ifeq
($(ENABLE_SHARED),1)
include
$(BUILD_SHARED_LIBRARY)
else
include
$(BUILD_STATIC_LIBRARY)
endif
ifeq
($(CONFIG_RUNTIME_CPU_DETECT),yes)
$(call
import-module,cpufeatures)
...
...
Write
Preview
Supports
Markdown
0%
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!
Cancel
Please
register
or
sign in
to comment