Install qca6234-service.sh to /vendor
Change-Id: Idefb5b2dee699af33923d539fd93fa4a2204d06a Signed-off-by: Sandeep Patil <sspatil@google.com>
This commit is contained in:
parent
94a0a481a6
commit
91d5765067
|
@ -167,6 +167,7 @@ LOCAL_MODULE := qca6234-service.sh
|
|||
LOCAL_MODULE_TAGS := optional eng
|
||||
LOCAL_MODULE_CLASS := ETC
|
||||
LOCAL_SRC_FILES := etc/qca6234-service.sh
|
||||
LOCAL_MODULE_PATH := $(TARGET_OUT_VENDOR_EXECUTABLES)
|
||||
include $(BUILD_PREBUILT)
|
||||
|
||||
include $(CLEAR_VARS)
|
||||
|
|
|
@ -1,4 +1,5 @@
|
|||
#!/system/bin/sh
|
||||
#! /vendor/bin/sh
|
||||
|
||||
# Copyright (c) 2010-2014, The Linux Foundation. All rights reserved.
|
||||
#
|
||||
# Redistribution and use in source and binary forms, with or without
|
||||
|
|
Loading…
Reference in New Issue