summaryrefslogtreecommitdiff
path: root/su
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 /su
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 'su')
-rw-r--r--su/Android.mk1
1 files changed, 0 insertions, 1 deletions
diff --git a/su/Android.mk b/su/Android.mk
index 92ad5e31..e3da4f21 100644
--- a/su/Android.mk
+++ b/su/Android.mk
@@ -8,6 +8,5 @@ LOCAL_SRC_FILES:= su.cpp
LOCAL_MODULE:= su
LOCAL_MODULE_PATH := $(TARGET_OUT_OPTIONAL_EXECUTABLES)
-LOCAL_MODULE_TAGS := debug
include $(BUILD_EXECUTABLE)