summaryrefslogtreecommitdiff
path: root/hikey960
diff options
context:
space:
mode:
authorJohn Stultz <john.stultz@linaro.org>2018-06-20 16:42:53 -0700
committerJohn Stultz <john.stultz@linaro.org>2018-06-22 14:28:19 -0700
commit531fb4c307e7b5f5791ee4a60487c20c18cebcfc (patch)
tree59dc5582ed07a48c0e06f4a1eebb6227b5c9035d /hikey960
parentd4414cf278b807592cda035172b056ee0354e3ee (diff)
downloadhikey-531fb4c307e7b5f5791ee4a60487c20c18cebcfc.tar.gz
hikey/hikey960: Fix fstab pathandroid-p-preview-4
When we moved the fstab files over, we probably shouldn't have copied them to /vendor/etc/init/ and instead used /vendor/etc/. Thus this patch corrects this. Change-Id: I2143fb6596d50289701158b58c91dfb440943231 Reported-by: Mark Salyzyn <salyzyn@android.com> Signed-off-by: John Stultz <john.stultz@linaro.org>
Diffstat (limited to 'hikey960')
-rw-r--r--hikey960/device-hikey960.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/hikey960/device-hikey960.mk b/hikey960/device-hikey960.mk
index 30c1b0d5..d59b3f3d 100644
--- a/hikey960/device-hikey960.mk
+++ b/hikey960/device-hikey960.mk
@@ -17,7 +17,7 @@
PRODUCT_COPY_FILES += $(TARGET_PREBUILT_KERNEL):kernel \
$(TARGET_PREBUILT_DTB):hi3660-hikey960.dtb
-PRODUCT_COPY_FILES += $(LOCAL_PATH)/fstab.hikey960:$(TARGET_COPY_OUT_VENDOR)/etc/init/fstab.hikey960 \
+PRODUCT_COPY_FILES += $(LOCAL_PATH)/fstab.hikey960:$(TARGET_COPY_OUT_VENDOR)/etc/fstab.hikey960 \
device/linaro/hikey/init.common.rc:$(TARGET_COPY_OUT_VENDOR)/etc/init/init.hikey960.rc \
device/linaro/hikey/init.hikey960.power.rc:$(TARGET_COPY_OUT_VENDOR)/etc/init/init.hikey960.power.rc \
device/linaro/hikey/init.common.usb.rc:$(TARGET_COPY_OUT_VENDOR)/etc/init/init.hikey960.usb.rc \