diff options
author | Steven Moreland <smoreland@google.com> | 2016-11-17 14:57:37 -0800 |
---|---|---|
committer | Steven Moreland <smoreland@google.com> | 2016-11-17 14:57:37 -0800 |
commit | 2b2cef28646d013e3c99ed404f877e998476b94a (patch) | |
tree | 91ef1221114acf6944e9f7554122a20a21feeb28 /memtrack/1.0/vts/Android.mk | |
parent | 0622f0dab9c6f1864070b478e61d3be6316ee0b9 (diff) | |
download | platform_hardware_interfaces-2b2cef28646d013e3c99ed404f877e998476b94a.tar.gz platform_hardware_interfaces-2b2cef28646d013e3c99ed404f877e998476b94a.tar.bz2 platform_hardware_interfaces-2b2cef28646d013e3c99ed404f877e998476b94a.zip |
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
Diffstat (limited to 'memtrack/1.0/vts/Android.mk')
-rw-r--r-- | memtrack/1.0/vts/Android.mk | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/memtrack/1.0/vts/Android.mk b/memtrack/1.0/vts/Android.mk index c0fe968c32..9b58e13a2b 100644 --- a/memtrack/1.0/vts/Android.mk +++ b/memtrack/1.0/vts/Android.mk @@ -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 |