Fix fstab name

This commit is contained in:
David Rouleau 2014-07-31 08:07:03 -04:00
parent 718c67d710
commit dd043ab6f3
3 changed files with 3 additions and 3 deletions

View File

@ -10,7 +10,7 @@ DEVICE_PACKAGE_OVERLAYS += $(LOCAL_PATH)/overlay
# Ramdisk
PRODUCT_PACKAGES += \
init.qcom.rc \
fstab.peregrine
fstab.qcom
# TWRP
PRODUCT_COPY_FILES += \

View File

@ -2,10 +2,10 @@ LOCAL_PATH:= $(call my-dir)
include $(CLEAR_VARS)
include $(CLEAR_VARS)
LOCAL_MODULE := fstab.peregrine
LOCAL_MODULE := fstab.qcom
LOCAL_MODULE_TAGS := optional eng
LOCAL_MODULE_CLASS := ETC
LOCAL_SRC_FILES := etc/fstab.peregrine
LOCAL_SRC_FILES := etc/fstab.qcom
LOCAL_MODULE_PATH := $(TARGET_ROOT_OUT)
include $(BUILD_PREBUILT)