diff options
author | Davide Garberi <dade.garberi@gmail.com> | 2018-10-06 12:24:52 +0200 |
---|---|---|
committer | Davide Garberi <dade.garberi@gmail.com> | 2018-10-06 15:22:06 +0200 |
commit | decc9b9eb91bc56daa47370516cac87124bf1d7f (patch) | |
tree | a440081b7caefab69e4aa746bdbebba57610dc08 /rootdir | |
parent | 81bd2a8ab8938aa2f6cadc31555b8a6e82a15fdd (diff) |
msm8996-common: rootdir: Move init.qcom.sh to bin
Change-Id: I7e8c8cc8c71a43189897dba69fe66afd03e67e6c
Signed-off-by: Davide Garberi <dade.garberi@gmail.com>
Diffstat (limited to 'rootdir')
-rw-r--r-- | rootdir/Android.mk | 2 | ||||
-rwxr-xr-x | rootdir/bin/init.qcom.sh (renamed from rootdir/etc/init.qcom.sh) | 0 |
2 files changed, 1 insertions, 1 deletions
diff --git a/rootdir/Android.mk b/rootdir/Android.mk index 308f0a1..770552c 100644 --- a/rootdir/Android.mk +++ b/rootdir/Android.mk @@ -6,7 +6,7 @@ include $(CLEAR_VARS) LOCAL_MODULE := init.qcom.sh LOCAL_MODULE_TAGS := optional eng LOCAL_MODULE_CLASS := ETC -LOCAL_SRC_FILES := etc/init.qcom.sh +LOCAL_SRC_FILES := bin/init.qcom.sh LOCAL_MODULE_PATH := $(TARGET_OUT_VENDOR_EXECUTABLES) include $(BUILD_PREBUILT) diff --git a/rootdir/etc/init.qcom.sh b/rootdir/bin/init.qcom.sh index d4fb756..d4fb756 100755 --- a/rootdir/etc/init.qcom.sh +++ b/rootdir/bin/init.qcom.sh |