add r to eng and userdebug builds

Change-Id: Ia52a4897e300568dad2c8c1c7af1fe228d058eaf
This commit is contained in:
Erik Gilling 2011-04-28 14:23:26 -07:00
parent 6b54a6832f
commit b76f0ff700
1 changed files with 4 additions and 0 deletions

View File

@ -57,6 +57,10 @@ TOOLS := \
touch \
lsof
ifneq (,$(filter userdebug eng,$(TARGET_BUILD_VARIANT)))
TOOLS += r
endif
LOCAL_SRC_FILES:= \
dynarray.c \
toolbox.c \