sm8250-common: Copy fstab to ramdisk
This commit is contained in:
parent
bd1382eaed
commit
7e343c47fe
1 changed files with 4 additions and 0 deletions
|
@ -148,6 +148,10 @@ PRODUCT_PACKAGES += \
|
|||
PRODUCT_PACKAGES += \
|
||||
power.qcom:64
|
||||
|
||||
# Ramdisk
|
||||
PRODUCT_COPY_FILES += \
|
||||
$(LOCAL_PATH)/rootdir/etc/fstab.qcom:$(TARGET_COPY_OUT_RAMDISK)/fstab.qcom
|
||||
|
||||
# Remove unwanted packages
|
||||
PRODUCT_PACKAGES += \
|
||||
RemovePackages
|
||||
|
|
Loading…
Reference in a new issue