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

Commit 11958ba2 authored by Brian Duddie's avatar Brian Duddie Committed by android-build-merger
Browse files

Fix log tag for sensors VTS tests am: 56d64faf

am: 06ef2015

Change-Id: Ic39b94a4c92a16defb6f2a165e7954c64b181ad5
parents 2f053c00 06ef2015
Loading
Loading
Loading
Loading
+1 −0
Original line number Original line Diff line number Diff line
@@ -16,6 +16,7 @@


cc_test {
cc_test {
    name: "VtsHalSensorsV1_0TargetTest",
    name: "VtsHalSensorsV1_0TargetTest",
    cflags: ["-DLOG_TAG=\"sensors_hidl_hal_test\""],
    defaults: ["VtsHalTargetTestDefaults"],
    defaults: ["VtsHalTargetTestDefaults"],
    srcs: [
    srcs: [
        "SensorsHidlEnvironmentV1_0.cpp",
        "SensorsHidlEnvironmentV1_0.cpp",
+0 −2
Original line number Original line Diff line number Diff line
@@ -14,8 +14,6 @@
 * limitations under the License.
 * limitations under the License.
 */
 */


#define LOG_TAG "sensors_hidl_hal_test"

#include "SensorsHidlEnvironmentV1_0.h"
#include "SensorsHidlEnvironmentV1_0.h"
#include "sensors-vts-utils/SensorsHidlTestBase.h"
#include "sensors-vts-utils/SensorsHidlTestBase.h"


+1 −0
Original line number Original line Diff line number Diff line
@@ -16,6 +16,7 @@


cc_test {
cc_test {
    name: "VtsHalSensorsV2_0TargetTest",
    name: "VtsHalSensorsV2_0TargetTest",
    cflags: ["-DLOG_TAG=\"sensors_hidl_hal_test\""],
    defaults: ["VtsHalTargetTestDefaults"],
    defaults: ["VtsHalTargetTestDefaults"],
    srcs: [
    srcs: [
        "SensorsHidlEnvironmentV2_0.cpp",
        "SensorsHidlEnvironmentV2_0.cpp",
+0 −2
Original line number Original line Diff line number Diff line
@@ -14,8 +14,6 @@
 * limitations under the License.
 * limitations under the License.
 */
 */


#define LOG_TAG "sensors_hidl_hal_test"

#include "SensorsHidlEnvironmentV2_0.h"
#include "SensorsHidlEnvironmentV2_0.h"
#include "sensors-vts-utils/SensorsHidlTestBase.h"
#include "sensors-vts-utils/SensorsHidlTestBase.h"
#include "sensors-vts-utils/SensorsTestSharedMemory.h"
#include "sensors-vts-utils/SensorsTestSharedMemory.h"
+1 −0
Original line number Original line Diff line number Diff line
@@ -16,6 +16,7 @@


cc_library_static {
cc_library_static {
    name: "VtsHalSensorsTargetTestUtils",
    name: "VtsHalSensorsTargetTestUtils",
    cflags: ["-DLOG_TAG=\"sensors_hidl_hal_test\""],
    srcs: [
    srcs: [
        "GrallocWrapper.cpp",
        "GrallocWrapper.cpp",
        "SensorsHidlEnvironmentBase.cpp",
        "SensorsHidlEnvironmentBase.cpp",
Loading