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

Commit 2b2cef28 authored by Steven Moreland's avatar Steven Moreland
Browse files

Remove -DENABLE_TREBLE from vts test LOCAL_CFLAGS.

I went ahead and removed some no-ops from the mk's.

Bug: 32978887
Test: mma -j64
Change-Id: I6f8341332aa9f249912f6a8b3a3664b76d362e99
parent 0622f0da
Loading
Loading
Loading
Loading
+0 −9
Original line number Diff line number Diff line
@@ -25,11 +25,6 @@ LOCAL_SRC_FILES := \
  BootControl.vts \
  types.vts \

LOCAL_C_INCLUDES := \
  android.hardware.boot@1.0\
  system/core/base/include \
  system/core/include \

LOCAL_SHARED_LIBRARIES += \
  android.hardware.boot@1.0 \
  libbase \
@@ -44,10 +39,6 @@ LOCAL_SHARED_LIBRARIES += \
  libvts_measurement \
  libvts_multidevice_proto \

LOCAL_CFLAGS += -DENABLE_TREBLE

LOCAL_STATIC_LIBRARIES := \

LOCAL_PROTOC_OPTIMIZE_TYPE := full

LOCAL_MULTILIB := both
+0 −2
Original line number Diff line number Diff line
@@ -39,8 +39,6 @@ LOCAL_SHARED_LIBRARIES += \
    libvts_measurement \
    libvts_multidevice_proto

LOCAL_CFLAGS += -DENABLE_TREBLE

LOCAL_PROTOC_OPTIMIZE_TYPE := full

LOCAL_MULTILIB := both
+0 −9
Original line number Diff line number Diff line
@@ -25,11 +25,6 @@ LOCAL_SRC_FILES := \
  Memtrack.vts \
  types.vts \

LOCAL_C_INCLUDES := \
  android.hardware.memtrack@1.0 \
  system/core/base/include \
  system/core/include \

LOCAL_SHARED_LIBRARIES += \
  android.hardware.memtrack@1.0 \
  libbase \
@@ -44,10 +39,6 @@ LOCAL_SHARED_LIBRARIES += \
  libvts_measurement \
  libvts_multidevice_proto \

LOCAL_CFLAGS += -DENABLE_TREBLE

LOCAL_STATIC_LIBRARIES := \

LOCAL_PROTOC_OPTIMIZE_TYPE := full

LOCAL_MULTILIB := both
+0 −9
Original line number Diff line number Diff line
@@ -26,11 +26,6 @@ LOCAL_SRC_FILES := \
  NfcClientCallback.vts \
  types.vts \

LOCAL_C_INCLUDES := \
  android.hardware.nfc@1.0 \
  system/core/base/include \
  system/core/include \

LOCAL_SHARED_LIBRARIES += \
  android.hardware.nfc@1.0 \
  libbase \
@@ -45,10 +40,6 @@ LOCAL_SHARED_LIBRARIES += \
  libvts_measurement \
  libvts_multidevice_proto \

LOCAL_CFLAGS += -DENABLE_TREBLE

LOCAL_STATIC_LIBRARIES := \

LOCAL_PROTOC_OPTIMIZE_TYPE := full

LOCAL_MULTILIB := both
+0 −9
Original line number Diff line number Diff line
@@ -25,11 +25,6 @@ LOCAL_SRC_FILES := \
  Power.vts \
  types.vts \

LOCAL_C_INCLUDES := \
  android.hardware.power@1.0 \
  system/core/base/include \
  system/core/include \

LOCAL_SHARED_LIBRARIES += \
  android.hardware.power@1.0 \
  libbase \
@@ -44,10 +39,6 @@ LOCAL_SHARED_LIBRARIES += \
  libvts_measurement \
  libvts_multidevice_proto \

LOCAL_CFLAGS += -DENABLE_TREBLE

LOCAL_STATIC_LIBRARIES := \

LOCAL_PROTOC_OPTIMIZE_TYPE := full

LOCAL_MULTILIB := both
Loading