Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit b76f0ff7 authored by Erik Gilling's avatar Erik Gilling
Browse files

add r to eng and userdebug builds

Change-Id: Ia52a4897e300568dad2c8c1c7af1fe228d058eaf
parent 6b54a683
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -57,6 +57,10 @@ TOOLS := \
	touch \
	lsof

ifneq (,$(filter userdebug eng,$(TARGET_BUILD_VARIANT)))
TOOLS += r
endif

LOCAL_SRC_FILES:= \
	dynarray.c \
	toolbox.c \