add r to eng and userdebug builds
Change-Id: Ia52a4897e300568dad2c8c1c7af1fe228d058eaf
This commit is contained in:
parent
6b54a6832f
commit
b76f0ff700
|
@ -57,6 +57,10 @@ TOOLS := \
|
|||
touch \
|
||||
lsof
|
||||
|
||||
ifneq (,$(filter userdebug eng,$(TARGET_BUILD_VARIANT)))
|
||||
TOOLS += r
|
||||
endif
|
||||
|
||||
LOCAL_SRC_FILES:= \
|
||||
dynarray.c \
|
||||
toolbox.c \
|
||||
|
|
Loading…
Reference in New Issue