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

Commit bf327086 authored by Dharmaray Kundargi's avatar Dharmaray Kundargi
Browse files

Remove the eng developement LOCALtags in makefiles

Change-Id: I6da8691dba062cd54410ffafde27b7eca0b73aa2
parent cd615584
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -37,7 +37,7 @@ LOCAL_SRC_FILES:= \
    VideoEditorBGAudioProcessing.cpp \
    PreviewRenderer.cpp

LOCAL_MODULE_TAGS := eng development
LOCAL_MODULE_TAGS := optional

LOCAL_STATIC_LIBRARIES := \
    libvideoeditor_osal \
+1 −1
Original line number Diff line number Diff line
@@ -46,7 +46,7 @@ LOCAL_SRC_FILES:= \
    M4PSW_Trace.c \
    LVOSA_FileReader_optim.c

LOCAL_MODULE_TAGS := development
LOCAL_MODULE_TAGS := optional

LOCAL_SHARED_LIBRARIES := libcutils libutils

+1 −1
Original line number Diff line number Diff line
@@ -30,7 +30,7 @@ LOCAL_SRC_FILES:= \
      M4MP4W_Utils.c \
      M4MP4W_Writer.c

LOCAL_MODULE_TAGS := development
LOCAL_MODULE_TAGS := optional

LOCAL_SHARED_LIBRARIES := libcutils libutils

+1 −1
Original line number Diff line number Diff line
@@ -33,7 +33,7 @@ LOCAL_SRC_FILES:= \
      M4MCS_MediaAndCodecSubscription.c \
      M4MCS_VideoPreProcessing.c

LOCAL_MODULE_TAGS := development
LOCAL_MODULE_TAGS := optional

LOCAL_SHARED_LIBRARIES := libcutils libutils

+1 −1
Original line number Diff line number Diff line
@@ -51,7 +51,7 @@ LOCAL_SRC_FILES:= \
      M4VD_Tools.c


LOCAL_MODULE_TAGS := development
LOCAL_MODULE_TAGS := optional

LOCAL_SHARED_LIBRARIES := libcutils libutils

Loading