Removing from userdebug builds by default.

Change-Id: I5579e96437648193ee1ad1573584e5ec8f5e5ade
This commit is contained in:
Dan Morrill
2013-03-07 17:28:37 -08:00
parent 907f69d629
commit 9044dee06d

View File

@@ -10,6 +10,6 @@ LOCAL_SHARED_LIBRARIES := libcutils libutils libandroidfw
LOCAL_MODULE:= btool
LOCAL_MODULE_PATH := $(TARGET_OUT_OPTIONAL_EXECUTABLES)
LOCAL_MODULE_TAGS := debug
LOCAL_MODULE_TAGS := optional
include $(BUILD_EXECUTABLE)