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

Commit 4cd2275d authored by Glenn Kasten's avatar Glenn Kasten Committed by Gerrit Code Review
Browse files

Merge "Rename "TARGET" to "MODULE" in the build system."

parents 108e1961 819261a2
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -10,7 +10,7 @@ include $(CLEAR_VARS)
LOCAL_SRC_FILES := \
	fir.cpp

LOCAL_TARGET := fir
LOCAL_MODULE := fir

include $(BUILD_HOST_EXECUTABLE)