summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorDan Willemsen <dwillemsen@google.com>2019-01-18 15:19:56 -0800
committerDan Willemsen <dwillemsen@google.com>2019-01-18 15:28:24 -0800
commit8da647498c868f6f31ae3f6909da0927f9832854 (patch)
tree66d447d0251fa3988294c04197f7e3e2d375b26d /tests
parent16cbcf371a7c272b7482649958c7c5369a39adfb (diff)
downloadextras-8da647498c868f6f31ae3f6909da0927f9832854.tar.gz
Remove LOCAL_MODULE_TAGS := debug
Instead, su has been added to PRODUCT_PACKAGES_DEBUG in build/make/target/product/base_system.mk memeater didn't appear to have anything that needed it in every eng build, so I've just removed the tag. If it's necessary, add it to the list above. I removed LOCAL_MODULE_TAGS and LOCAL_MODULE_PATH from libsimpleperf, as static libraries are not impacted by either setting. Test: treehugger Change-Id: Iec2610bdb4452f955b0baf5d817e99a2ebf15594
Diffstat (limited to 'tests')
-rw-r--r--tests/memeater/Android.mk1
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/memeater/Android.mk b/tests/memeater/Android.mk
index 595e169b..a07564ab 100644
--- a/tests/memeater/Android.mk
+++ b/tests/memeater/Android.mk
@@ -18,7 +18,6 @@ LOCAL_PATH := $(call my-dir)
include $(CLEAR_VARS)
LOCAL_MODULE := memeater
LOCAL_MODULE_PATH := $(TARGET_OUT_OPTIONAL_EXECUTABLES)
-LOCAL_MODULE_TAGS := eng
LOCAL_SRC_FILES := memeater.c
LOCAL_CFLAGS := -Wall -Werror -Wno-unused-parameter
include $(BUILD_EXECUTABLE)