Skip to content
GitLab
Menu
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
3a7ebf9c
Commit
3a7ebf9c
authored
Apr 17, 2015
by
Frank Galligan
Browse files
Fix dependency of android vpx test application.
Change-Id: I32b7c92c89c9a2be0cf38e67a17266b9d3866154
parent
73bce9ec
Changes
1
Hide whitespace changes
Inline
Side-by-side
test/android/Android.mk
View file @
3a7ebf9c
...
...
@@ -40,7 +40,13 @@ include $(CLEAR_VARS)
LOCAL_ARM_MODE
:=
arm
LOCAL_MODULE
:=
libvpx_test
LOCAL_STATIC_LIBRARIES
:=
gtest libwebm
LOCAL_SHARED_LIBRARIES
:=
vpx
ifeq
($(ENABLE_SHARED),1)
LOCAL_SHARED_LIBRARIES
:=
vpx
else
LOCAL_STATIC_LIBRARIES
+=
vpx
endif
include
$(LOCAL_PATH)/test/test.mk
LOCAL_C_INCLUDES
:=
$(BINDINGS_DIR)
FILTERED_SRC
:=
$(
sort
$(
filter
%.cc %.c,
$
(
LIBVPX_TEST_SRCS-yes
)))
...
...
Write
Preview
Supports
Markdown
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