init: Remove eng flag from for CAN script

eng flag is deprecated

Change-Id: I289fc875cb7fb1a40fe5dc57e65aef7e3dab7938
This commit is contained in:
Prasanna Kumar 2019-07-11 13:45:59 +05:30
parent f7c5582122
commit 18c89e8103
1 changed files with 1 additions and 1 deletions

View File

@ -290,7 +290,7 @@ include $(BUILD_PREBUILT)
include $(CLEAR_VARS)
LOCAL_MODULE := init.qti.can.sh
LOCAL_MODULE_TAGS := optional eng
LOCAL_MODULE_TAGS := optional
LOCAL_MODULE_CLASS := ETC
LOCAL_SRC_FILES := etc/init.qti.can.sh
LOCAL_MODULE_PATH := $(TARGET_OUT_VENDOR_EXECUTABLES)