allwinner_a64/android/frameworks/wilhelm/tests/mimeUri/Android.bp
2018-08-08 15:50:00 +08:00

144 lines
1.9 KiB
Text

// slesTest_playStates
cc_test {
name: "slesTest_playStates",
gtest: false,
srcs: ["slesTest_playStates.cpp"],
shared_libs: ["libOpenSLES"],
cflags: [
"-Werror",
"-Wall",
"-UNDEBUG",
],
}
// slesTest_playStreamType
cc_test {
name: "slesTest_playStreamType",
gtest: false,
srcs: ["slesTestPlayStreamType.cpp"],
shared_libs: ["libOpenSLES"],
cflags: [
"-Werror",
"-Wall",
"-UNDEBUG",
],
}
// slesTest_playUri
cc_test {
name: "slesTest_playUri",
gtest: false,
srcs: ["slesTestPlayUri.cpp"],
shared_libs: ["libOpenSLES"],
cflags: [
"-Werror",
"-Wall",
"-UNDEBUG",
],
}
// slesTest_loopUri
cc_test {
name: "slesTest_loopUri",
gtest: false,
srcs: ["slesTestLoopUri.cpp"],
shared_libs: ["libOpenSLES"],
cflags: [
"-Werror",
"-Wall",
"-UNDEBUG",
],
}
// slesTest_playUri2
cc_test {
name: "slesTest_playUri2",
gtest: false,
srcs: ["slesTestPlayUri2.cpp"],
shared_libs: ["libOpenSLES"],
cflags: [
"-Werror",
"-Wall",
"-UNDEBUG",
],
}
// slesTest_slowDownUri
cc_test {
name: "slesTest_slowDownUri",
gtest: false,
srcs: ["slesTestSlowDownUri.cpp"],
shared_libs: ["libOpenSLES"],
cflags: [
"-Werror",
"-Wall",
"-UNDEBUG",
],
}
// slesTest_manyPlayers
cc_test {
name: "slesTest_manyPlayers",
gtest: false,
srcs: ["slesTestManyPlayers.cpp"],
shared_libs: ["libOpenSLES"],
cflags: [
"-Werror",
"-Wall",
"-UNDEBUG",
],
}
// slesTest_getPositionUri
cc_test {
name: "slesTest_getPositionUri",
gtest: false,
srcs: ["slesTestGetPositionUri.cpp"],
shared_libs: ["libOpenSLES"],
cflags: [
"-Werror",
"-Wall",
"-UNDEBUG",
],
}