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

Commit 323bddcc authored by Michael Butler's avatar Michael Butler
Browse files

Remove NN host specific build defines

These defines are redundant because they are already defined in
neuralnetworks_utils_defaults.

Bug: N/A
Test: mma
Change-Id: I1c5c44e9e61da19bc10dd8ed2e38099f7c4baccd
parent 4965e27b
Loading
Loading
Loading
Loading
+0 −10
Original line number Original line Diff line number Diff line
@@ -45,16 +45,6 @@ cc_library_static {
            cflags: ["-DNN_DEBUGGABLE"],
            cflags: ["-DNN_DEBUGGABLE"],
        },
        },
    },
    },
    target: {
        host: {
            cflags: [
                "-D__INTRODUCED_IN(x)=",
                "-D__assert(a,b,c)=",
                // We want all the APIs to be available on the host.
                "-D__ANDROID_API__=10000",
            ],
        },
    },
}
}


cc_test {
cc_test {
+0 −10
Original line number Original line Diff line number Diff line
@@ -42,16 +42,6 @@ cc_library_static {
        "neuralnetworks_utils_hal_1_1",
        "neuralnetworks_utils_hal_1_1",
        "neuralnetworks_utils_hal_1_2",
        "neuralnetworks_utils_hal_1_2",
    ],
    ],
    target: {
        host: {
            cflags: [
                "-D__INTRODUCED_IN(x)=",
                "-D__assert(a,b,c)=",
                // We want all the APIs to be available on the host.
                "-D__ANDROID_API__=10000",
            ],
        },
    },
}
}


cc_test {
cc_test {
+0 −8
Original line number Original line Diff line number Diff line
@@ -123,14 +123,6 @@ cc_test {
        android: {
        android: {
            shared_libs: ["libnativewindow"],
            shared_libs: ["libnativewindow"],
        },
        },
        host: {
            cflags: [
                "-D__INTRODUCED_IN(x)=",
                "-D__assert(a,b,c)=",
                // We want all the APIs to be available on the host.
                "-D__ANDROID_API__=10000",
            ],
        },
    },
    },
    cflags: [
    cflags: [
        /* GMOCK defines functions for printing all MOCK_DEVICE arguments and
        /* GMOCK defines functions for printing all MOCK_DEVICE arguments and