mirror of
https://github.com/followmsi/android_device_asus_deb.git
synced 2024-11-06 22:06:28 +00:00
deb: clean up
This commit is contained in:
parent
4607ce8930
commit
8b3fe73184
2 changed files with 3 additions and 8 deletions
|
@ -20,14 +20,9 @@ PRODUCT_PACKAGES := \
|
|||
CarrierConfig \
|
||||
BasicSmsReceiver
|
||||
|
||||
# Ramdisk
|
||||
PRODUCT_PACKAGES += \
|
||||
fstab.deb \
|
||||
init.deb.rc
|
||||
|
||||
PRODUCT_PACKAGES += \
|
||||
android.hardware.radio@1.0-impl \
|
||||
android.hardware.radio.deprecated@1.0-impl
|
||||
android.hardware.radio@1.0 \
|
||||
android.hardware.radio.deprecated@1.0
|
||||
|
||||
# Features
|
||||
PRODUCT_COPY_FILES += \
|
||||
|
|
|
@ -35,7 +35,7 @@ on init
|
|||
mkdir /firmware 0771 system system
|
||||
|
||||
on fs
|
||||
mount_all ./fstab.flo
|
||||
mount_all fstab.flo
|
||||
restorecon_recursive /persist
|
||||
write /sys/kernel/boot_adsp/boot 1
|
||||
|
||||
|
|
Loading…
Reference in a new issue