Skip to content

Commit

Permalink
osprey: Drop module eng tags
Browse files Browse the repository at this point in the history
Change-Id: I2e84d598b2412e617e5575bfdefd804612f76889
  • Loading branch information
erfanoabdi authored and althafvly committed Jun 6, 2020
1 parent 51ea56d commit a9a407f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions rootdir/Android.mk
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ LOCAL_PATH:= $(call my-dir)

include $(CLEAR_VARS)
LOCAL_MODULE := init.device.config.sh
LOCAL_MODULE_TAGS := optional eng
LOCAL_MODULE_TAGS := optional
LOCAL_MODULE_CLASS := ETC
LOCAL_SRC_FILES := etc/$(LOCAL_MODULE)
LOCAL_MODULE_PATH := $(TARGET_OUT_VENDOR)/bin
Expand All @@ -14,7 +14,7 @@ include $(BUILD_PREBUILT)

include $(CLEAR_VARS)
LOCAL_MODULE := init.target.rc
LOCAL_MODULE_TAGS := optional eng
LOCAL_MODULE_TAGS := optional
LOCAL_MODULE_CLASS := ETC
LOCAL_SRC_FILES := etc/init.target.rc
LOCAL_MODULE_PATH := $(TARGET_OUT_VENDOR_ETC)/init/hw
Expand Down

0 comments on commit a9a407f

Please sign in to comment.