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
frameworks_wilhelm
Commits
5321b366
Commit
5321b366
authored
13 years ago
by
Glenn Kasten
Browse files
Options
Download
Email Patches
Plain Diff
Prepare to move system/media
Change-Id: Iac6dcfb72753e53e9a42b5feeaa2d6523f2395a4
parent
cde9b8b8
Changes
9
Hide whitespace changes
Inline
Side-by-side
Showing
9 changed files
with
53 additions
and
53 deletions
+53
-53
src/Android.mk
src/Android.mk
+6
-6
tests/Android.mk
tests/Android.mk
+1
-1
tests/automated/Android.mk
tests/automated/Android.mk
+2
-2
tests/examples/Android.mk
tests/examples/Android.mk
+13
-13
tests/listening/Android.mk
tests/listening/Android.mk
+2
-2
tests/mimeUri/Android.mk
tests/mimeUri/Android.mk
+8
-8
tests/native-media/jni/Android.mk
tests/native-media/jni/Android.mk
+1
-1
tests/sandbox/Android.mk
tests/sandbox/Android.mk
+19
-19
tests/sandbox/streamSource/Android.mk
tests/sandbox/streamSource/Android.mk
+1
-1
No files found.
src/Android.mk
View file @
5321b366
...
...
@@ -8,7 +8,7 @@ LOCAL_SRC_FILES := \
ut/slesutResult.c
LOCAL_C_INCLUDES
:=
\
system/media/wilhelm/include
$(
call
include-path-for, wilhelm
)
LOCAL_CFLAGS
+=
-fvisibility
=
hidden
-UNDEBUG
...
...
@@ -19,7 +19,7 @@ include $(BUILD_STATIC_LIBRARY)
include
$(CLEAR_VARS)
LOCAL_C_INCLUDES
:=
\
system/media/wilhelm/include
$(
call
include-path-for, wilhelm
)
LOCAL_CFLAGS
+=
-Wno-override-init
# -Wno-missing-field-initializers
...
...
@@ -159,11 +159,11 @@ EXCLUDE_SRC := \
itf/IVisualization.c
LOCAL_C_INCLUDES
:=
\
system/media/wilhelm/include
\
$(
call
include-path-for, wilhelm
)
\
frameworks/base/media/libstagefright
\
frameworks/base/media/libstagefright/include
\
frameworks/native/include/media/openmax
\
system/media/
audio
_
effects
/include
$(
call
include-path-for,
audio
-
effects
)
# __pthread_gettid
LOCAL_C_INCLUDES
+=
bionic/libc/private
...
...
@@ -199,7 +199,7 @@ include $(BUILD_SHARED_LIBRARY)
include
$(CLEAR_VARS)
LOCAL_SRC_FILES
:=
sl_entry.c sl_iid.c assert.c
LOCAL_C_INCLUDES
:=
\
system/media/wilhelm/include
\
$(
call
include-path-for, wilhelm
)
\
frameworks/base/media/libstagefright
\
frameworks/base/media/libstagefright/include
\
frameworks/native/include/media/openmax
...
...
@@ -214,7 +214,7 @@ include $(BUILD_SHARED_LIBRARY)
include
$(CLEAR_VARS)
LOCAL_SRC_FILES
:=
xa_entry.c xa_iid.c assert.c
LOCAL_C_INCLUDES
:=
\
system/media/wilhelm/include
\
$(
call
include-path-for, wilhelm
)
\
frameworks/base/media/libstagefright
\
frameworks/base/media/libstagefright/include
\
frameworks/native/include/media/openmax
...
...
This diff is collapsed.
Click to expand it.
tests/Android.mk
View file @
5321b366
...
...
@@ -18,7 +18,7 @@ c_includes := \
bionic
\
bionic/libstdc++/include
\
external/gtest/include
\
system/media/wilhelm/include
\
$(
call
include-path-for, wilhelm
)
\
external/stlport/stlport
module_tags
:=
tests
...
...
This diff is collapsed.
Click to expand it.
tests/automated/Android.mk
View file @
5321b366
...
...
@@ -8,9 +8,9 @@ LOCAL_C_INCLUDES:= \
bionic
\
bionic/libstdc++/include
\
external/gtest/include
\
system/media/wilhelm/include
\
$(
call
include-path-for, wilhelm
)
\
external/stlport/stlport
\
system/media/
wilhelm
/src/
ut
$(
call
include-path-for,
wilhelm
-
ut
)
LOCAL_SRC_FILES
:=
\
BufferQueue_test.cpp
...
...
This diff is collapsed.
Click to expand it.
tests/examples/Android.mk
View file @
5321b366
...
...
@@ -7,7 +7,7 @@ include $(CLEAR_VARS)
LOCAL_MODULE_TAGS
:=
tests
LOCAL_C_INCLUDES
:=
\
system/media/wilhelm/include
$(
call
include-path-for, wilhelm
)
LOCAL_SRC_FILES
:=
\
slesTestRecBuffQueue.cpp
...
...
@@ -31,7 +31,7 @@ include $(CLEAR_VARS)
LOCAL_MODULE_TAGS
:=
tests
LOCAL_C_INCLUDES
:=
\
system/media/wilhelm/include
$(
call
include-path-for, wilhelm
)
LOCAL_SRC_FILES
:=
\
slesTestPlayFdPath.cpp
...
...
@@ -55,7 +55,7 @@ include $(CLEAR_VARS)
LOCAL_MODULE_TAGS
:=
tests
LOCAL_C_INCLUDES
:=
\
system/media/wilhelm/include
$(
call
include-path-for, wilhelm
)
LOCAL_SRC_FILES
:=
\
slesTestFeedback.cpp
...
...
@@ -82,7 +82,7 @@ include $(CLEAR_VARS)
LOCAL_MODULE_TAGS
:=
tests
LOCAL_C_INCLUDES
:=
\
system/media/wilhelm/include
$(
call
include-path-for, wilhelm
)
LOCAL_SRC_FILES
:=
\
slesTestSawtoothBufferQueue.cpp
...
...
@@ -107,7 +107,7 @@ include $(CLEAR_VARS)
LOCAL_MODULE_TAGS
:=
tests
LOCAL_C_INCLUDES
:=
\
system/media/wilhelm/include
$(
call
include-path-for, wilhelm
)
LOCAL_SRC_FILES
:=
\
slesTestEqFdPath.cpp
...
...
@@ -131,7 +131,7 @@ include $(CLEAR_VARS)
LOCAL_MODULE_TAGS
:=
tests
LOCAL_C_INCLUDES
:=
\
system/media/wilhelm/include
$(
call
include-path-for, wilhelm
)
LOCAL_SRC_FILES
:=
\
slesTestEqOutputPath.cpp
...
...
@@ -155,7 +155,7 @@ include $(CLEAR_VARS)
LOCAL_MODULE_TAGS
:=
tests
LOCAL_C_INCLUDES
:=
\
system/media/wilhelm/include
$(
call
include-path-for, wilhelm
)
LOCAL_SRC_FILES
:=
\
slesTestBassBoostPath.cpp
...
...
@@ -179,7 +179,7 @@ include $(CLEAR_VARS)
LOCAL_MODULE_TAGS
:=
tests
LOCAL_C_INCLUDES
:=
\
system/media/wilhelm/include
$(
call
include-path-for, wilhelm
)
LOCAL_SRC_FILES
:=
\
slesTestVirtualizerPath.cpp
...
...
@@ -203,7 +203,7 @@ include $(CLEAR_VARS)
LOCAL_MODULE_TAGS
:=
tests
LOCAL_C_INCLUDES
:=
\
system/media/wilhelm/include
$(
call
include-path-for, wilhelm
)
LOCAL_SRC_FILES
:=
\
slesTestEffectCapabilities.cpp
...
...
@@ -227,7 +227,7 @@ include $(CLEAR_VARS)
LOCAL_MODULE_TAGS
:=
tests
LOCAL_C_INCLUDES
:=
\
system/media/wilhelm/include
$(
call
include-path-for, wilhelm
)
LOCAL_SRC_FILES
:=
\
slesTestSendToPresetReverb.cpp
...
...
@@ -251,7 +251,7 @@ include $(CLEAR_VARS)
LOCAL_MODULE_TAGS
:=
tests
LOCAL_C_INCLUDES
:=
\
system/media/wilhelm/include
$(
call
include-path-for, wilhelm
)
LOCAL_SRC_FILES
:=
\
slesTestDecodeToBuffQueue.cpp
...
...
@@ -276,7 +276,7 @@ include $(CLEAR_VARS)
LOCAL_MODULE_TAGS
:=
tests
LOCAL_C_INCLUDES
:=
\
system/media/wilhelm/include
$(
call
include-path-for, wilhelm
)
LOCAL_SRC_FILES
:=
\
slesTestDecodeAac.cpp
...
...
@@ -307,7 +307,7 @@ include $(CLEAR_VARS)
LOCAL_MODULE_TAGS
:=
tests
LOCAL_C_INCLUDES
:=
\
system/media/wilhelm/include
$(
call
include-path-for, wilhelm
)
LOCAL_SRC_FILES
:=
\
xaVideoDecoderCapabilities.cpp
...
...
This diff is collapsed.
Click to expand it.
tests/listening/Android.mk
View file @
5321b366
...
...
@@ -7,7 +7,7 @@ include $(CLEAR_VARS)
LOCAL_MODULE_TAGS
:=
tests
LOCAL_C_INCLUDES
:=
\
system/media/wilhelm/include
$(
call
include-path-for, wilhelm
)
LOCAL_SRC_FILES
:=
\
seekTorture.c
...
...
@@ -31,7 +31,7 @@ include $(CLEAR_VARS)
LOCAL_MODULE_TAGS
:=
tests
LOCAL_C_INCLUDES
:=
\
system/media/wilhelm/include
$(
call
include-path-for, wilhelm
)
LOCAL_SRC_FILES
:=
\
slesTest_playMuteSolo.cpp
...
...
This diff is collapsed.
Click to expand it.
tests/mimeUri/Android.mk
View file @
5321b366
...
...
@@ -7,7 +7,7 @@ include $(CLEAR_VARS)
LOCAL_MODULE_TAGS
:=
tests
LOCAL_C_INCLUDES
:=
\
system/media/wilhelm/include
$(
call
include-path-for, wilhelm
)
LOCAL_SRC_FILES
:=
\
slesTest_playStates.cpp
...
...
@@ -33,7 +33,7 @@ include $(CLEAR_VARS)
LOCAL_MODULE_TAGS
:=
tests
LOCAL_C_INCLUDES
:=
\
system/media/wilhelm/include
$(
call
include-path-for, wilhelm
)
LOCAL_SRC_FILES
:=
\
slesTestPlayStreamType.cpp
...
...
@@ -59,7 +59,7 @@ include $(CLEAR_VARS)
LOCAL_MODULE_TAGS
:=
tests
LOCAL_C_INCLUDES
:=
\
system/media/wilhelm/include
$(
call
include-path-for, wilhelm
)
LOCAL_SRC_FILES
:=
\
slesTestPlayUri.cpp
...
...
@@ -85,7 +85,7 @@ include $(CLEAR_VARS)
LOCAL_MODULE_TAGS
:=
tests
LOCAL_C_INCLUDES
:=
\
system/media/wilhelm/include
$(
call
include-path-for, wilhelm
)
LOCAL_SRC_FILES
:=
\
slesTestLoopUri.cpp
...
...
@@ -111,7 +111,7 @@ include $(CLEAR_VARS)
LOCAL_MODULE_TAGS
:=
tests
LOCAL_C_INCLUDES
:=
\
system/media/wilhelm/include
$(
call
include-path-for, wilhelm
)
LOCAL_SRC_FILES
:=
\
slesTestPlayUri2.cpp
...
...
@@ -137,7 +137,7 @@ include $(CLEAR_VARS)
LOCAL_MODULE_TAGS
:=
tests
LOCAL_C_INCLUDES
:=
\
system/media/wilhelm/include
$(
call
include-path-for, wilhelm
)
LOCAL_SRC_FILES
:=
\
slesTestSlowDownUri.cpp
...
...
@@ -163,7 +163,7 @@ include $(CLEAR_VARS)
LOCAL_MODULE_TAGS
:=
tests
LOCAL_C_INCLUDES
:=
\
system/media/wilhelm/include
$(
call
include-path-for, wilhelm
)
LOCAL_SRC_FILES
:=
\
slesTestManyPlayers.cpp
...
...
@@ -189,7 +189,7 @@ include $(CLEAR_VARS)
LOCAL_MODULE_TAGS
:=
tests
LOCAL_C_INCLUDES
:=
\
system/media/wilhelm/include
$(
call
include-path-for, wilhelm
)
LOCAL_SRC_FILES
:=
\
slesTestGetPositionUri.cpp
...
...
This diff is collapsed.
Click to expand it.
tests/native-media/jni/Android.mk
View file @
5321b366
...
...
@@ -5,7 +5,7 @@ include $(CLEAR_VARS)
LOCAL_MODULE_TAGS
:=
tests
LOCAL_MODULE
:=
libnative-media-jni
LOCAL_SRC_FILES
:=
native-media-jni.c
LOCAL_CFLAGS
+=
-I
system
/media/wilhelm/include
LOCAL_CFLAGS
+=
-I
$(
call
include-path-for, wilhelm
)
LOCAL_CFLAGS
+=
-UNDEBUG
LOCAL_PRELINK_MODULE
:=
false
...
...
This diff is collapsed.
Click to expand it.
tests/sandbox/Android.mk
View file @
5321b366
...
...
@@ -7,7 +7,7 @@ include $(CLEAR_VARS)
LOCAL_MODULE_TAGS
:=
tests
LOCAL_C_INCLUDES
:=
\
system/media/wilhelm/include
$(
call
include-path-for, wilhelm
)
LOCAL_SRC_FILES
:=
\
intbufq.c
\
...
...
@@ -35,7 +35,7 @@ include $(CLEAR_VARS)
LOCAL_MODULE_TAGS
:=
tests
LOCAL_C_INCLUDES
:=
\
system/media/wilhelm/include
$(
call
include-path-for, wilhelm
)
LOCAL_SRC_FILES
:=
\
multiplay.c
...
...
@@ -61,8 +61,8 @@ include $(CLEAR_VARS)
LOCAL_MODULE_TAGS
:=
tests
LOCAL_C_INCLUDES
:=
\
system/media/wilhelm/include
\
system/media/
wilhelm
/src/
ut
$(
call
include-path-for, wilhelm
)
\
$(
call
include-path-for,
wilhelm
-
ut
)
LOCAL_SRC_FILES
:=
\
engine.c
...
...
@@ -91,8 +91,8 @@ include $(CLEAR_VARS)
LOCAL_MODULE_TAGS
:=
tests
LOCAL_C_INCLUDES
:=
\
system/media/wilhelm/include
\
system/media/
wilhelm
/src/
ut
$(
call
include-path-for, wilhelm
)
\
$(
call
include-path-for,
wilhelm
-
ut
)
LOCAL_SRC_FILES
:=
\
object.c
...
...
@@ -121,7 +121,7 @@ include $(CLEAR_VARS)
LOCAL_MODULE_TAGS
:=
tests
LOCAL_C_INCLUDES
:=
\
system/media/wilhelm/include
$(
call
include-path-for, wilhelm
)
LOCAL_SRC_FILES
:=
\
configbq.c
...
...
@@ -147,7 +147,7 @@ include $(CLEAR_VARS)
LOCAL_MODULE_TAGS
:=
tests
LOCAL_C_INCLUDES
:=
\
system/media/wilhelm/include
$(
call
include-path-for, wilhelm
)
LOCAL_SRC_FILES
:=
\
reverb.c
...
...
@@ -176,7 +176,7 @@ include $(CLEAR_VARS)
LOCAL_MODULE_TAGS
:=
tests
LOCAL_C_INCLUDES
:=
\
system/media/wilhelm/include
$(
call
include-path-for, wilhelm
)
LOCAL_SRC_FILES
:=
\
srcsink.c
...
...
@@ -205,8 +205,8 @@ include $(CLEAR_VARS)
LOCAL_MODULE_TAGS
:=
tests
LOCAL_C_INCLUDES
:=
\
system/media/wilhelm/include
\
system/media/
wilhelm
/src/
ut
$(
call
include-path-for, wilhelm
)
\
$(
call
include-path-for,
wilhelm
-
ut
)
LOCAL_SRC_FILES
:=
\
outputmix.c
...
...
@@ -235,7 +235,7 @@ include $(CLEAR_VARS)
LOCAL_MODULE_TAGS
:=
tests
LOCAL_C_INCLUDES
:=
\
system/media/wilhelm/include
$(
call
include-path-for, wilhelm
)
LOCAL_SRC_FILES
:=
\
urimime.c
...
...
@@ -264,7 +264,7 @@ include $(CLEAR_VARS)
LOCAL_MODULE_TAGS
:=
tests
LOCAL_C_INCLUDES
:=
\
system/media/wilhelm/include
$(
call
include-path-for, wilhelm
)
LOCAL_SRC_FILES
:=
\
dim.c
...
...
@@ -293,7 +293,7 @@ include $(CLEAR_VARS)
LOCAL_MODULE_TAGS
:=
tests
LOCAL_C_INCLUDES
:=
\
system/media/wilhelm/include
$(
call
include-path-for, wilhelm
)
LOCAL_SRC_FILES
:=
\
multithread.c
...
...
@@ -322,7 +322,7 @@ include $(CLEAR_VARS)
LOCAL_MODULE_TAGS
:=
tests
LOCAL_C_INCLUDES
:=
\
system/media/wilhelm/include
$(
call
include-path-for, wilhelm
)
LOCAL_SRC_FILES
:=
\
playbq.c
...
...
@@ -353,7 +353,7 @@ include $(CLEAR_VARS)
LOCAL_MODULE_TAGS
:=
tests
LOCAL_C_INCLUDES
:=
\
system/media/wilhelm/include
$(
call
include-path-for, wilhelm
)
LOCAL_SRC_FILES
:=
\
monkey.c
...
...
@@ -382,7 +382,7 @@ include $(CLEAR_VARS)
LOCAL_MODULE_TAGS
:=
tests
LOCAL_C_INCLUDES
:=
\
system/media/wilhelm/include
$(
call
include-path-for, wilhelm
)
LOCAL_SRC_FILES
:=
\
xa.c
...
...
@@ -411,7 +411,7 @@ include $(CLEAR_VARS)
LOCAL_MODULE_TAGS
:=
tests
LOCAL_C_INCLUDES
:=
\
system/media/wilhelm/include
$(
call
include-path-for, wilhelm
)
LOCAL_SRC_FILES
:=
\
dual.c
...
...
@@ -441,7 +441,7 @@ include $(CLEAR_VARS)
LOCAL_MODULE_TAGS
:=
tests
LOCAL_C_INCLUDES
:=
\
system/media/wilhelm/include
$(
call
include-path-for, wilhelm
)
LOCAL_SRC_FILES
:=
\
xaplay.c nativewindow.cpp
...
...
This diff is collapsed.
Click to expand it.
tests/sandbox/streamSource/Android.mk
View file @
5321b366
...
...
@@ -7,7 +7,7 @@ include $(CLEAR_VARS)
LOCAL_MODULE_TAGS
:=
tests
LOCAL_C_INCLUDES
:=
\
system/media/wilhelm/include
$(
call
include-path-for, wilhelm
)
LOCAL_SRC_FILES
:=
\
slesTestPlayStream.cpp
...
...
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