diff options
| author | Demon000 <demonsingur@gmail.com> | 2018-01-10 08:51:54 +0200 |
|---|---|---|
| committer | Demon000 <demonsingur@gmail.com> | 2018-01-24 21:47:42 +0200 |
| commit | 6249774b985ca255c7d6c7b9df429cf9f88daf19 (patch) | |
| tree | c539af56b7bec02f354c64798769904130871fca | |
| parent | 78b06de4b7e3f44376fab0f795e31e7e1da6a892 (diff) | |
rootdir: remove missing script module
Change-Id: Ia849f246a88f03247672cac731b06962945dfe6b
| -rw-r--r-- | rootdir/Android.mk | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/rootdir/Android.mk b/rootdir/Android.mk index 0259927f..24451a89 100644 --- a/rootdir/Android.mk +++ b/rootdir/Android.mk @@ -27,14 +27,6 @@ LOCAL_MODULE_PATH := $(TARGET_ROOT_OUT) include $(BUILD_PREBUILT) include $(CLEAR_VARS) -LOCAL_MODULE := init.qcom.usb.cdrom.rc -LOCAL_MODULE_TAGS := optional -LOCAL_MODULE_CLASS := ETC -LOCAL_SRC_FILES := init.qcom.usb.cdrom.rc -LOCAL_MODULE_PATH := $(TARGET_ROOT_OUT) -include $(BUILD_PREBUILT) - -include $(CLEAR_VARS) LOCAL_MODULE := init.qcom.usb.rc LOCAL_MODULE_TAGS := optional LOCAL_MODULE_CLASS := ETC |
