Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit b16f8d52 authored by Harish Mahendrakar's avatar Harish Mahendrakar
Browse files

codecs: Add tests to device-tests test_suite

This cherry-picks changes in Android.bp in
media/codecs folder from the commit
f867ca75

Rest of the changes from that commit aren't cherry-picked
as some of those changes are dependent on other CLs that
aren't part of aosp/master and some changes aren't necessary
for enabling native unit tests in mts

Bug: 183561217
Test: Builds
Change-Id: I39867271176a6867ae4ff679a5bbe7c70d5984dd
Merged-In: I32b4233df0f635e9d4ad738b61a5138d9b370f0a
parent d22cd941
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -29,6 +29,7 @@ package {
cc_test {
    name: "AmrnbDecoderTest",
    gtest: true,
    test_suites: ["device-tests"],

    srcs: [
        "AmrnbDecoderTest.cpp",
+1 −0
Original line number Diff line number Diff line
@@ -29,6 +29,7 @@ package {
cc_test {
    name: "AmrnbEncoderTest",
    gtest: true,
    test_suites: ["device-tests"],

    srcs: [
        "AmrnbEncoderTest.cpp",
+1 −0
Original line number Diff line number Diff line
@@ -28,6 +28,7 @@ package {
cc_test {
    name: "Mpeg4H263DecoderTest",
    gtest: true,
    test_suites: ["device-tests"],

    srcs: [
        "Mpeg4H263DecoderTest.cpp",
+1 −0
Original line number Diff line number Diff line
@@ -29,6 +29,7 @@ package {
cc_test {
    name: "Mpeg4H263EncoderTest",
    gtest: true,
    test_suites: ["device-tests"],

    srcs : [ "Mpeg4H263EncoderTest.cpp" ],

+1 −0
Original line number Diff line number Diff line
@@ -27,6 +27,7 @@ package {
cc_test {
    name: "Mp3DecoderTest",
    gtest: true,
    test_suites: ["device-tests"],

    srcs: [
        "mp3reader.cpp",